List child groups
Get children groups from a given groupId.
Path parameters
Query parameters
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Response
Returns group details.
Example response
[
{
"id": 170305,
"name": "Stockholm Central",
"groupType": "unit",
"parentGroupId": 170300,
"districtAttributesDto": {
"districtId": 567,
"managerId": 1234
},
"sectionAttributesDto": {
"sectionId": 789,
"managerGroupId": 170305,
"costCentre": 1001,
"managerId": 1234
},
"unitAttributesDto": {
"unitId": 170305,
"address": {
"country": "SE",
"address": "123 Main Street",
"zipCode": "11120",
"city": "Stockholm",
"municipality": "Stockholm Municipality",
"timeZone": "Europe/Stockholm"
},
"costCentre": 1001,
"managerId": 1234,
"currency": "SEK",
"publishedTo": "2026-04-20",
"shiftRules": {
"maxHoursPerDay": 8,
"maxHoursPerWeek": 40,
"minRest": 11,
"numberOfBreaks": 1
},
"shiftRulesDto": {
"maxHoursPerDay": 8,
"maxHoursPerWeek": 40,
"minRest": 11,
"numberOfBreaks": 1
}
}
}
]Changes
Changed in 2 of the 3 revisions of this API.4
- ○
the security scope
groups:readwas added to the endpoint's security schemeOAuth2ClientCredentialsapi-security-scope-added
- ○
the security scope
account:readwas removed from the endpoint's security schemeOAuth2ClientCredentialsapi-security-scope-removed
- ○
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
- ○
the endpoint scheme security
OAuth2ClientCredentialswas added to the APIapi-security-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○