Validate connection and accessibility of the API.
- Get location workload levelling set
List the existing location workload levelling sets
Upsert location workload levelling set
Delete location workload levelling set
Get location workload lev...
Planning API (1.5.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 identifier for this location workload levelling set
Example: "86b54c9d-21d7-4b37-af3d-25f03886153b"
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" } }
- 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": "86b54c9d-21d7-4b37-af3d-25f03886153b", "name": "Weekday", "settings": [ { … } ] }
Bodyapplication/jsonrequired
The identifier for this location workload levelling set
Example: "86b54c9d-21d7-4b37-af3d-25f03886153b"
- 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