List Custom Property Values

Lists custom property values in an organization.
Common filters are limit and offset. If limit and offset are not provided it will default to 50 and 0 respectively.

Receives filters as query string parameters.

The additional filter options are:

  • custom_object_id - Custom Object ID
  • associated_resource_id - Associated Resource ID
  • associated_resource_type - Associated Resource Type
  • before - The date and time before which the custom property values were last updated.
  • after - The date and time after which the custom property values were last updated.

The filters can be combined to narrow down the results, for example, to get all custom property values of a custom object
with ID custom_object_id and associated with a contact with ID contact_id and updated after 2022-11-03T00:00:00Z.

Callback
Language
Authorization
Header
Click Try It! to start a request and see the response here!