curl --request GET \
--url https://api.tic.io/watchlists/{watchListId}/triggers \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"teamWatchListTriggerId": 123,
"destination": "<string>",
"destinationType": "webhook",
"hasBeenValidated": true,
"lastMessageSentAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}
Lists all the triggers for the watchlist
curl --request GET \
--url https://api.tic.io/watchlists/{watchListId}/triggers \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"teamWatchListTriggerId": 123,
"destination": "<string>",
"destinationType": "webhook",
"hasBeenValidated": true,
"lastMessageSentAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}
The id of the watchlist
Take records after the id
Page size
OK
The response is of type object
.