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/settings/location-workload-levelling-sets
- Production Apihttps://api.conundra.eu/planning/v1/settings/location-workload-levelling-sets
OK
Subset of Location Workload Levelling Sets matching the provided query, limited to the limit specified in the request.
The cursor for this page. Not present when the result contains no data.
Example: "c2VsZl9fcGFnZQ"
The cursor for the previous page. Not present when fetching data for the first page.
Example: "cHJldmlvdXNfX3BhZ2U"
Response
application/json
{ "data": [ { … } ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/location-workload-levelling-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/location-workload-levelling-sets/{business_id}
Response
application/json
{ "business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "name": "Weekday", "settings": [ { … } ] }
Request
Create or update a location workload levelling set. A unique ID (business_id) is required to identify the location workload levelling set. Calling this endpoint with an existing business_id will update the location workload levelling set.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/location-workload-levelling-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/location-workload-levelling-sets/{business_id}
location workload levelling set created successful
Response
No content