Notifications
Get Notifications
GET
https://[customer].testresults.io/api/notifications
Gets all notifications.
Headers
Name
Type
Description
Authentication
string
Authentication token
Add Notification
POST
https://[customer].testresults.io/api/notifications
Adds a new notification.
Headers
Name
Type
Description
Authentication
string
Authentication token
Request Body
Name
Type
Description
Source
string
source entity (e.g "TestCase")
SourceId
string
ID of source entity
Target
string
target entity (e.g "TestReport")
TargetId
string
ID of target entity
Action
string
related action (e.g "Created")
State
string
related state (e.g "Submitted")
Remove Notification
DELETE
https://[customer].testresults.io/api/notifications/:nId
Removes notification.
Path Parameters
Name
Type
Description
nId
string
ID of target notification
Headers
Name
Type
Description
Authentication
string
Authentication token
Last updated