List and Search Objects API
Overview
Why Would I Use These APIs
List and Search Objects API Behavior
List Objects API Endpoint
get
Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Query parameters
allow_relationsbooleanOptional
custom_onlybooleanOptionalDefault:
Filter Custom Objects for the Client object (is_custom field)
truedefault_on_activitiesbooleanOptional
is_custombooleanOptional
namestringOptional
object_namestringOptional
object_typestring · enumOptionalPossible values:
pipeline- pipelinestandard- standard
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
get
/api/custom-objects200Success
List Objects API Schemas
Search Objects API Endpoint
post
Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Query parameters
allow_relationsbooleanOptional
custom_onlybooleanOptionalDefault:
Filter Custom Objects for the Client object (is_custom field)
truedefault_on_activitiesbooleanOptional
is_custombooleanOptional
namestringOptional
object_namestringOptional
object_typestring · enumOptionalPossible values:
pipeline- pipelinestandard- standard
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.
Body
object_idsstring · uuid[]Optional
Responses
200Success
application/json
post
/api/custom-objects/search200Success
Search Objects API Schemas
What's Next?
Last updated
Was this helpful?