Cases
Get Case
Retrieves a case given the provided case ID and returns the case details. Use the "Query Data" API to search for cases using other criteria, specifying a query parameter that includes the following, at a minimum: _index:"*:so-case"
get/connect/case/{id}
Path parameters
idstring required
The case ID to retrieve
Response
The case object
Example response
{
"assigneeId": "022d1936-6ca3-49c1-b3ee-6a5b27d1b8b1",
"category": "general",
"completeTime": "2024-11-14T15:33:02Z",
"createTime": "2024-11-14T15:03:22Z",
"description": "Discovered anomalous events during the overnight hours of November 14-15. Atypical large network volumes passed through SMTP server.",
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"pap": "white",
"priority": 1,
"severity": "high",
"startTime": "2024-11-14T15:03:22Z",
"status": "new",
"tags": [
"pending",
"confirmed"
],
"template": "some_case_id_to_be_used_as_template",
"title": "Possible intrusion via SMTP server",
"tlp": "red",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}