Case List
Retrieve a list of cases
Last updated
Retrieve a list of cases
Last updated
GET
https://{{account_id}}.acquire.io/api/v1/crm/objects/case
Retrieve a list of cases.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://{{account_id}}.acquire.io/api/v1/crm/objects/case?where={{dateSelector}}|{{gt or lt}}|{{unix}}
Retrieve a list of cases by date. Dates must be converted into their unix timestamp.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
where
string
Specifies the condition to filter. Set condition with the column name followed by the expression and its value e.g., status|eq|active Filters: dateCreated|dateUpdated|id|contactId| closedBy|visitId|title|description|status| closingState|dateQueue|dateActive|dateClosed| queueId|meta|parentId
relations
string
You can pass multiple relations along with the case. Available relations : contact|messages|cases|users |fields|tags|feedbacks|timeline|parent| datePending|queueOrder|userId|waitTime
Authorization*
string
Bearer {{API_KEY}}
where*
string
where query parameter
dateSelector*
string
dateQueue|dateActive|dateClosed
gt or lt*
string
gt|lt (greater than or less than)
unix*
integer
the date's unix timestamp
Authorization*
string
Bearer{{API_KEY}}