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

KeyDatatypeRequiredDescription
hapikeynull
limitnumberThe maximum number of results to display per page.
afterstringThe 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.
propertiesstringA 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.
propertiesstringA 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.
associationsstringA comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
associationsstringA comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
archivedbooleanWhether to return only results that have been archived.

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;createdAt&quot;:&quot;2019-10-30T03:30:17.883Z&quot;,&quot;archived&quot;:false,&quot;properties&quot;:{&quot;property_number&quot;:&quot;17&quot;,&quot;property_dropdown&quot;:&quot;choice_b&quot;,&quot;property_radio&quot;:&quot;option_1&quot;,&quot;property_string&quot;:&quot;value&quot;,&quot;property_multiple_checkboxes&quot;:&quot;chocolate;strawberry&quot;,&quot;property_checkbox&quot;:&quot;false&quot;,&quot;property_date&quot;:&quot;1572480000000&quot;},&quot;updatedAt&quot;:&quot;2019-12-07T16:50:06.678Z&quot;},{&quot;createdAt&quot;:&quot;2019-10-30T03:30:17.883Z&quot;,&quot;archived&quot;:false,&quot;properties&quot;:{&quot;property_number&quot;:&quot;17&quot;,&quot;property_dropdown&quot;:&quot;choice_b&quot;,&quot;property_radio&quot;:&quot;option_1&quot;,&quot;property_string&quot;:&quot;value&quot;,&quot;property_multiple_checkboxes&quot;:&quot;chocolate;strawberry&quot;,&quot;property_checkbox&quot;:&quot;false&quot;,&quot;property_date&quot;:&quot;1572480000000&quot;},&quot;updatedAt&quot;:&quot;2019-12-07T16:50:06.678Z&quot;}],&quot;paging&quot;:{&quot;next&quot;:{&quot;link&quot;:&quot;?after=NTI1Cg%3D%3D&quot;,&quot;after&quot;:&quot;NTI1Cg%3D%3D&quot;}}}