curl --request POST \
--url https://lens-api.tic.io/watchlists/{id}/companies \
--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>"
}
]
}
'Returns a paginated AG Grid view of companies in the watchlist. The request body follows the AG Grid server-side row model.
curl --request POST \
--url https://lens-api.tic.io/watchlists/{id}/companies \
--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>"
}
]
}
'Watchlist GUID
AG Grid page of CompanyMember_Dto rows