v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1458290352.8 KB

Lists geofences stored in a given geofence collection.

post/geofencing/v0/collections/{CollectionName}/list-geofences

Path parameters

CollectionNamestring required

The name of the geofence collection storing the list of geofences.

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

MaxResultsinteger
<p>An optional limit for the number of geofences returned in a single call. </p> <p>Default value: <code>100</code> </p>
NextTokenstring
<p>The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. </p> <p>Default value: <code>null</code> </p>

Response

Success

NextTokenstring

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.