Notification
Get details of a notification.
Get the details of a notification identified by its id.
get/api/v2/notifications/{id}
Path parameters
idinteger required
The id of the notification requested.
Response
Success
Example response
{
"NotificationId": 45,
"WorkflowId": 22,
"CompanyId": 22,
"Company": "Acme, Inc.",
"Title": "Workflow: Data Breach",
"Status": "Open",
"InsertDate": "2021-08-09T08:30:30.682Z",
"NotificationType": "findings"
}