get https://api.whippy.co/v1/custom_objects/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 IDassociated_resource_id
- Associated Resource IDassociated_resource_type
- Associated Resource Typebefore
- 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