added

New - Asset location details v2

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

ParameterV1V2
Date RangeDoes not enforce the date rangeRequires both start_dateand end_date.
PaginationPagination based on page numbers'cursor' based pagination
Page SizesSupports smaller page sizesSupports per_page values upto 500.

Endpoint Details

  • URL: /v2/asset_locations/:id
  • Method: GET

Read the endpoint documentation for more details.