added
New - Asset location details v2
July 10th, 2026 by Abhay Anumula
We have now added a new endpoint which is an improved version of the Asset location details API. This endpoint is designed for retrieving location history across multiple pages until no further cursor is returned.
Differences between v1 and v2
| Parameter | V1 | V2 |
|---|---|---|
| Date Range | Does not enforce the date range | Requires both start_dateand end_date. |
| Pagination | Pagination based on page numbers | 'cursor' based pagination |
| Page Sizes | Supports smaller page sizes | Supports per_page values upto 500. |
Endpoint Details
- URL: /v2/asset_locations/:id
- Method: GET
Read the endpoint documentation for more details.
