Skip to content

List the existing location workload levelling sets

Request

Retrieves detailed information on all location workload levelling sets, limited to at most 100 items.

Security
clientCredentials
Query
cursorstring

Cursor of the page to retrieve.

limitinteger, (int32), [ 1 .. 100 ]

The maximum amount of location workload levelling sets that should be returned in the response

Default:100
Example:limit=100
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>'

Responses

OK

Bodyapplication/json
dataArray of objects(LocationWorkloadLevellingSetResponse)required

Subset of Location Workload Levelling Sets matching the provided query, limited to the limit specified in the request.

cursorobject(Cursors)required
Response
{ "data": [ {} ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }