- List the existing charging location sets
Create charging location set
Get charging location set
Upsert charging location set
Delete charging location set
List the existing chargin...
Retrieve charging location sets using cursor-based paging (see the Cursor-based pagination documentation on the PTV Developer Portal for more details).
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/charging-location-sets
- Production Apihttps://api.conundra.eu/planning/v1/locations/charging-location-sets
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/charging-location-sets?cursor=string&limit=250' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "cursors": { "next": "bmV4dF9fcGFnZQ" } }