GET
/
additional_fields
/
{type}
curl --request GET \
  --url https://api.neobrain.io/{version}/additional_fields/{type} \
  --header 'Authorization: Bearer <token>'
[
  {
    "fieldId": 123,
    "externalFieldId": "external_field_code",
    "name": "Field Name",
    "isVisible": true,
    "type": "Select"
  }
]

Authorizations

Authorization
string
header
required

API token for the Authorization header parameter.

Headers

Accept-Language
string

Language identifier, using the ISO 639-1 specification. If none provided it will use the account default language. For additional info please access /v1/locales

Path Parameters

type
string
required

Resource identifier. Please check /v1/additional_fields for available types. Case sensitive

Response

200
application/json

Success

The response is of type object[].