table
Get Layer Features Paginated
Paginated features from the workspace sandbox for AG Grid SSR.
Query params use AG Grid's native camelCase (startRow, sortModel, etc.) to match the IServerSideGetRowsRequest shape.
get/api/v1/table/{layer_id}/features/paginated
Query parameters
startRowinteger nullable
endRowinteger nullable
sortModelstring nullable
filterModelstring nullable
filterIdstring uuid nullable
groupKeysstring nullable
rowGroupColsstring nullable
searchTextstring nullable
geometrystring nullable
favoritesOnlyboolean nullable
Response
Successful Response
Changes
Changed in 1 of the 30 revisions of this API.1
- ●
deleted the
queryrequest parametertokenrequest-parameter-removed
- ●