API Reference

GET custom/fields/Z

GET
custom/fields/Z

GET operation for custom/fields/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/custom/fields/Z"
{
  "id": 0,
  "label": "string",
  "api_name": "string",
  "description": "string",
  "object": "string",
  "type": "string",
  "options": {},
  "is_internal": true,
  "is_active": true,
  "created_at": "2019-08-24T14:15:22Z",
  "tables_display_enabled": true,
  "panels_display_enabled": true,
  "outboard_display_enabled": true,
  "map_types": "string"
}
Empty
Empty
Empty

How is this guide?