/custom-fields

GET {{baseUrl}}/custom-fields?count=<integer>&offset=<integer>

Returns all custom fields

Request Params

KeyDatatypeRequiredDescription
countstringThe maximum number of results to be returned
offsetstringThe starting position for the returned values

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;itemType&quot;:&quot;\u003cstring\u003e&quot;,&quot;sortOrder&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;itemType&quot;:&quot;\u003cstring\u003e&quot;,&quot;sortOrder&quot;:&quot;\u003cinteger\u003e&quot;}]