nmfta-repo / nmfta-opentelematics-api

API Blueprint for Open Telematics API
Apache License 2.0
13 stars 6 forks source link

need paging on fleet locations endpoints #102

Closed BenGardiner closed 5 years ago

BenGardiner commented 5 years ago

both the coarse location and (fine) locations fleet endpoints will need paging

BenGardiner commented 5 years ago

This endpoint already has paging:

## Export of all Vehicle Location Time History objects         [GET /api{version}/fleet/locations/{?startTime,stopTime,page,count}]

This endpoint needs it

## Retrieve All Coarse Vehicle Location Time Histories         [GET /api{version}/fleet/coarse_locations/{?startTime,stopTime}]
BenGardiner commented 5 years ago

but also, Export of all Vehicle Location Time History objects was returning an array of Vehicle Location Time History which is redundant because Vehicle Location Time History has an embedded array