table
Navigate Layer Feature
Server-side prev/next cursor for the focused-feature panel.
Runs a single CTE on the current filtered set per call — no cap on set size and no client-side id materialization, so navigation works past the old 100k boundary. wrap controls behavior at the endpoints (true → loop, false → None).
get/api/v1/table/{layer_id}/features/navigate
Query parameters
currentIdstring required
wrapboolean
enrichmentStatestring nullable
enrichmentNamestring nullable
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
- ●