get https://{environment}.plugsurfing.com/drive/v1/locations/batch
Retrieve locations in batches. Locations are returned sorted by last_updated timestamp in ascending order. Prices are not included, to get prices for a given location, use Get location by id. Best practices:
- Perform initial FULL PULL by paginating through all locations
- Perform regular DELTA PULLS using last_updated parameter to get only updated locations
- Use the last_updated value of the last location in the last page as the starting point for next DELTA PULL
- Perform periodic FULL PULLS to detect removed locations
- Use cursor to resume interrupted pulls