Returns a list of all subregions including working groups of a region.
GET
/api/region/{regionId}/children
The result is empty if the region does not exist.
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
regionId*
ID of the region or 0 for the root region
Typeinteger
RequiredPattern
"\\d+"
Query Parameters
includeWorkingGroups
Typestring
Default
null
Responses
success