Filter, Sort, and Search CRM Objects
POST {{baseUrl}}/crm/v3/objects/contacts/search?hapikey=
Filter, Sort, and Search CRM Objects
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hapikey | null |
Request Body
{"after"=>"<integer>", "filterGroups"=>[{"filters"=>[{"operator"=>"<string>", "propertyName"=>"<string>", "value"=>"<string>"}, {"operator"=>"<string>", "propertyName"=>"<string>", "value"=>"<string>"}]}, {"filters"=>[{"operator"=>"<string>", "propertyName"=>"<string>", "value"=>"<string>"}, {"operator"=>"<string>", "propertyName"=>"<string>", "value"=>"<string>"}]}], "limit"=>"<integer>", "properties"=>["<string>", "<string>"], "sorts"=>["<string>", "<string>"], "query"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
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"}],"total":1,"paging":{"next":{"link":"?after=NTI1Cg%3D%3D","after":"NTI1Cg%3D%3D"}}}