Validate connection and accessibility of the API.
PTV OptiFlow Planning API (1.10.0)
The planning API provides information about plannings and their lifecycle.
You can find out more in our developer portal.
Download OpenAPI description
Overview
Servers
Mock server
https://developer.conundra.eu/_mock/apis/plannings/planning-api
Production Api
https://api.conundra.eu/planning/v1
- 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
Response
application/json
{ "data": [ { … } ], "cursors": { "next": "bmV4dF9fcGFnZQ" } }
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/charging-location-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/locations/charging-location-sets/{business_id}
Response
application/json
{ "business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "name": "Flanders Charging Locations", "charging_locations": [ { … } ] }
Request
Create or update a charging location set. A unique ID (business_id) is required to identify the charging location set. Calling this endpoint with an existing business_id will update the charging location set.
Security
clientCredentials
The name of the charging location set
Example: "Flanders Charging Locations"
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/charging-location-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/locations/charging-location-sets/{business_id}
Response
No content