Case List
Retrieve a list of cases
Get case list
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"page": 0,
"offset": 0,
"limit": 2,
"count": 72,
"data": [
{
"id": 1,
"channel": "chat",
"contact": {
"dateCreated": "2020-08-11T07:25:59.000Z",
"dateUpdated": "2020-08-11T07:27:14.000Z",
"id": 1,
"clientType": "web",
"clientName": "Chrome",
"clientVersion": "84.0",
"clientOsName": "Windows",
"clientOsVersion": "10",
"clientDeviceType": null,
"clientDeviceVendor": null,
"clientDeviceModel": null,
"clientDetails": {
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36",
"engine": {
"name": "Blink",
"version": "84.0.4147.105"
},
"network": {
"type": "3g",
"speed": "2.52"
}
},
"archive": "no",
"companyId": 1
},
"threadId": 1
},
{
"id": 2,
"channel": "chat",
"contact": {
"dateCreated": "2020-08-11T07:25:59.000Z",
"dateUpdated": "2020-08-11T07:27:14.000Z",
"id": 1,
"clientType": "web",
"clientName": "Chrome",
"clientVersion": "84.0",
"clientOsName": "Windows",
"clientOsVersion": "10",
"clientDeviceType": null,
"clientDeviceVendor": null,
"clientDeviceModel": null,
"clientDetails": {
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36",
"engine": {
"name": "Blink",
"version": "84.0.4147.105"
},
"network": {
"type": "3g",
"speed": "2.52"
}
},
"archive": "no",
"companyId": 1
},
"threadId": 2
}
]
}
}Get case list by date
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated