Notifications

Get Notifications

GET https://[customer].testresults.io/api/notifications

Gets all notifications.

Headers

[
  {
    "Source": "Customer",
    "SourceId": "00000000-0000-0000-0000-000000000010",
    "Target": "Project",
    "TargetId": null,
    "Action": "Created",
    "State": "None",
    "DataVersion": "AAAAAAAzeLc=",
    "Archived": false,
    "Id": "8354d266-1487-4dac-af4f-639ce2cab26e"
  }
]

Add Notification

POST https://[customer].testresults.io/api/notifications

Adds a new notification.

Headers

Request Body

{
  "Source": "Customer",
  "SourceId": "00000000-0000-0000-0000-000000000010",
  "Target": "Project",
  "TargetId": null,
  "Action": "Created",
  "State": "None",
  "DataVersion": "AAAAAAAzgGE=",
  "Archived": false,
  "Id": "5639ab63-0fef-4104-8510-556587a32708"
}

Remove Notification

DELETE https://[customer].testresults.io/api/notifications/:nId

Removes notification.

Path Parameters

Headers

Last updated