GET
/
watchlists
/
{watchListId}
/
triggers
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",
      "addressChanges": true,
      "annualReport": true,
      "intelligence": true,
      "representatives": true,
      "status": true,
      "shareCapital": true,
      "shareIssue": true,
      "bonusIssue": true,
      "convertiblesWarrants": true,
      "authorizations": true,
      "hasBeenValidated": true,
      "lastMessageSentAtUtc": "2023-11-07T05:31:56Z",
      "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

watchListId
integer
required

The id of the watchlist

Query Parameters

lastItemId
integer
default:0

Take records after the id

pageSize
integer
default:100

Page size

Response

200 - application/json
OK
pageSize
integer
lastItemId
integer
totalItems
integer
items
object[] | null