Parameter | Description |
---|---|
Case ID | The ID representing the case. Can be retrieved from the ‘List Cases’ action. |
{
"insights": [
{
"signal": "<string>",
"description": "<string>"
},
{
"signal": "<string>",
"description": "<string>"
}
],
"eventTimeline": [
{
"event_timestamp": "<string>",
"category": "<string>",
"title": "<string>",
"platform": "<string>",
"field_labels": {},
"ip_address": "<string>",
"location": {
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
},
{
"event_timestamp": "<string>",
"category": "<string>",
"title": "<string>",
"platform": "<string>",
"field_labels": {},
"ip_address": "<string>",
"location": {
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
}
]
}
Was this page helpful?