v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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

NotificationIdinteger required

The unique identifier of this notification.

WorkflowIdinteger nullable

The identifier of the workflow that this notification relates to.

CompanyIdinteger nullable

The identifier of the company that this notification relates to.

Companystring nullable

The name of the company that this notification relates to.

Titlestring

The title of the this notification.

Status'Open' | 'Reviewed' | 'Closed' | 'False Positive' | 'Suppress'

The current status of this notification.

InsertDatestring date-time

Production date of this notification

Detailstring

An informal HTML formatted details of this notification.

NotificationType'findings' | 'tickets' | 'tags' | 'ratings' | 'tags_update' | 'tags_subsidiary' | 'other'

The type of this notification.

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"
}