added
Pagination in /v1/fleet/assets/locations
almost 5 years ago by Tyler Freckmann
The GET /v1/fleet/assets/locations
endpoint now supports optional pagination for increased performance and reliability. You may provide an optional “limit” parameter to request only a certain number of location records per response. Including a “limit” parameter will provide a “pagination” object in the response to allow you to paginate through data using a cursor. If a “limit” parameter is not provided, the response will not be paginated (original behavior).