Retrieve Object Field Options API
Overview
Why Use this API?
Retrieve Object Field Options API Behavior
Retrieve Object Field Options Endpoint
Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Path parameters
field_pkstring · uuidRequired
object_pkstring · uuidRequired
Query parameters
include_entity_countbooleanOptional
Includes entity_count in response and makes the response paginated.
orderingstring · enumOptionalPossible values:
Which field to use when ordering the results. Prepend with '-' for descending order.
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
A search term.
Responses
200Success
application/json
countintegerRequiredExample:
123nextstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=4previousstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=2errorsone ofOptionalExample:
["error message"]nullOptional
string[]Optional
get
/api/custom-objects/{object_pk}/fields/{field_pk}/options200Success
Retrieve Object Field Options Schemas
What's Next?
Last updated
Was this helpful?