v1
latestOpenAPI 3.0.12026-07-26152939.0 KBnotification
Retrieve triggered notifications ordered from newest to oldest
get/thirdparty/v1/notification/list
Query parameters
taskIdstring
Example:9f7e1ae7-9a7f-49e0-baa2-ffd8760f7b9e
Id of wachet. If not provided all notifications are returned.
fromstring date-time
Time interval from. If not provided from interval is unlimited.
tostring date-time
Time interval to. If not provided to interval is unlimited.
countinteger
Number of alerts to return. If more items are available, continuationToken is returned.
continuationTokenstring
Used to request next result page
htmlboolean
Flag weather to return HTML formatted alert content
Headers
access token in format: bearer TOKEN
Response
Success
Example response
{
"data": [
{
"id": "a9e3ded8-d7d6-4c64-a64b-06ed9aebb6aa",
"taskId": "9f7e1ae7-9a7f-49e0-baa2-ffd8760f7b9e"
}
]
}