Skip to main content
POST
/
watchlists
/
{id}
/
events
List member events (AG Grid)
curl --request POST \
  --url https://lens-api.tic.io/watchlists/{id}/events \
  --header 'Content-Type: application/json-patch+json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "startRow": 123,
  "endRow": 123,
  "rowGroupCols": [
    {
      "id": "<string>",
      "displayName": "<string>",
      "field": "<string>"
    }
  ],
  "groupKeys": [
    "<string>"
  ],
  "filterModel": [
    {
      "columnName": "<string>",
      "filterType": "<string>"
    }
  ],
  "sortModel": [
    {
      "sort": "asc",
      "colId": "<string>"
    }
  ]
}
'
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

Body

startRow
integer<int32>
endRow
integer<int32>
rowGroupCols
null | object[]
groupKeys
null | string[]
filterModel
null | object[]
sortModel
null | object[]

Response

200

AG Grid page of WatchListMemberEvent_Dto rows