Skip to main content
POST
/
addresses
/
{id}
/
persons
List persons registered at an address (AG Grid)
curl --request POST \
  --url https://lens-api.tic.io/addresses/{id}/persons \
  --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>"
    }
  ]
}
'
Enterprise+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal address ID

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 Address_PersonGrid_Dto rows