- List the existing location workload levelling sets
Get location workload levelling set
Upsert location workload levelling set
Delete location workload levelling set
List the existing locatio...
Retrieves detailed information on all location workload levelling sets, limited to at most 100 items.
Security
clientCredentials
- 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
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/location-workload-levelling-sets?cursor=string&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }