AckdbObserveQueryResponse
Response for the Observe company query. `data` rows always carry entityId, name, and domain plus the projected columns. `pagination.totalIsLowerBound` may be set when the count was clamped.
Properties
dataarray ofrequiredentityIdstringrequirednamestring | nulldomainstring | nullExample
AckdbObserveQueryResponse example
{
"data": [
{
"entityId": "string",
"name": null,
"domain": null
}
],
"pagination": {
"total": 150,
"limit": 50,
"offset": 0,
"totalIsLowerBound": true
}
}