List Custom Object instances

View as Markdown
The `lead_id` parameter is required. If you want to retrieve all Custom Object instances regardless of the lead, you will need to use [Advanced Filtering](https://developer.close.com/resources/advanced-filtering/). Custom Fields values appear in the format: `custom.{custom_field_id}`. See [Custom Fields](/resources/custom-fields/custom-object-custom-fields/). Back references to each Custom Object are not collected in this response. If you need to access this information, please use the `back_reference_fields` on the Custom Object Type and [Advanced Filtering](/resources/advanced-filtering/) to search for objects that reference the Custom Object Instance.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:)>.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

lead_idstringRequired
custom_object_type_idstring or nullOptional

Response

Successful response

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error