List
GET {{baseUrl}}/crm/v3/objects/contacts?hapikey=&limit=10&after=<string>&properties=<string>&properties=<string>&associations=<string>&associations=<string>&archived=false
Read a page of contacts. Control what is returned via the properties
query param.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hapikey | null | ||
limit | number | The maximum number of results to display per page. | |
after | string | The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results. | |
properties | string | A comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored. | |
properties | string | A comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored. | |
associations | string | A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored. | |
associations | string | A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored. | |
archived | boolean | Whether to return only results that have been archived. |
RESPONSES
status: OK
{"results":[{"createdAt":"2019-10-30T03:30:17.883Z","archived":false,"properties":{"property_number":"17","property_dropdown":"choice_b","property_radio":"option_1","property_string":"value","property_multiple_checkboxes":"chocolate;strawberry","property_checkbox":"false","property_date":"1572480000000"},"updatedAt":"2019-12-07T16:50:06.678Z"},{"createdAt":"2019-10-30T03:30:17.883Z","archived":false,"properties":{"property_number":"17","property_dropdown":"choice_b","property_radio":"option_1","property_string":"value","property_multiple_checkboxes":"chocolate;strawberry","property_checkbox":"false","property_date":"1572480000000"},"updatedAt":"2019-12-07T16:50:06.678Z"}],"paging":{"next":{"link":"?after=NTI1Cg%3D%3D","after":"NTI1Cg%3D%3D"}}}