Filter, Sort, and Search CRM Objects

POST {{baseUrl}}/crm/v3/objects/contacts/search?hapikey=

Filter, Sort, and Search CRM Objects

Request Params

KeyDatatypeRequiredDescription
hapikeynull

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

KeyDatatypeRequiredDescription
Content-Typestring

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;total&quot;:1,&quot;paging&quot;:{&quot;next&quot;:{&quot;link&quot;:&quot;?after=NTI1Cg%3D%3D&quot;,&quot;after&quot;:&quot;NTI1Cg%3D%3D&quot;}}}