v1
latestOpenAPI 3.1.02026-07-24540259.7 KBentitiesPage
The entitiesPage query fetches and returns all entities that match the provided filter(s)
post/graphql (51 disregard) (COPY)
Query parameters
querystring
Response
200
Example response
{
"data": {
"entitiesPage": {
"items": [
{
"id": "60e43050-4362-4ce4-8d7a-b164c4c2067c",
"business_name": "Yankees",
"website_url": "mlb.com/yankees"
}
],
"pagination": {
"page": 1,
"page_size": 2,
"pages_total": 1,
"items_total": 2
}
}
}
}