Cases
Get Case History
Returns all audit history associated with the given case ID.
get/connect/case/history/{id}
Path parameters
idstring required
The case ID
Response
The array of history audit objects. Note that these objects will also contain either the Case fields, Comment fields, Artifact fields, or RelatedEvent fields.
Example response
[
{
"createTime": "2024-11-14T15:03:22Z",
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}
]