Single Case
Retrieve a single case.
Get a case
GET
https://{{account_id}}.acquire.io/api/v1/crm/objects/case/{{caseId}}
Retrieve a single case. The caseId must be passed in to the endpoint as a path parameter.
Path Parameters
Name | Type | Description |
---|---|---|
caseId* | integer | The case ID. |
Query Parameters
Name | Type | Description |
---|---|---|
select | string | Available filters: channel | status | dateCreated | dateUpdated | id | contactId | closedBy | visitId | title | description | closingState | dateQueue | datePending | dateActive | dateClosed | queueId | queueOrder | meta | parentId | userId | waitTime |
relations | string | contact |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer {{API_KEY}} |
Last updated