Cases
Create Case Related Event
Attach a related event to an existing case.
post/connect/case/events/
Request body
Example request
{
"acknowledged": true,
"caseId": "PdFc-JIBLkNJ8-bDfz47",
"dateRange": "2024/12/03 02:31:35 PM - 2024/12/04 02:31:35 PM",
"dateRangeFormat": "2006/01/02 3:04:05 PM",
"fields": {
"client.ip": "1.2.3.4",
"client.port": "1099"
},
"timezone": "America/New_York"
}Response
Returns the bulk operation response
Example response
{
"count": 120
}