Get Case
Get details of an Abnormal case.
External Documentation
To learn more, visit the Abnormal documentation.
Parameters
Parameter | Description |
---|---|
Case ID | The ID representing the case. Can be retrieved from the 'List Cases' action. |
Example Output
{
"caseId": "1234",
"severity": "Potential Account Takeover",
"affectedEmployee": "FirstName LastName",
"firstObserved": "2020-06-09T17:42:59Z",
"threatIds": [
"184712ab-6d8b-47b3-89d3-a314efef79e2"
]
}
Workflow Library Example
Get Case with Abnormal and Send Results Via Email
Preview this Workflow on desktop