Detections
Get Detection History
Retrieves a specific detection's audit history given an internal detection ID.
get/connect/detection/{id}/history
Path parameters
idstring required
The detection ID to retrieve
Response
The array of history audit objects. Note that these objects will also contain either the Detection fields or a DetectionComment 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"
}
]