Returns a list of all subregions including working groups of a region.
GET
/api/regions/{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*
Typestring
RequiredPattern
"[0-9]+"Query Parameters
includeWorkingGroups
Typeboolean
Responses
Success
application/json
JSON
[
{
"id": 0,
"name": null,
"hasChildren": true,
"type": 0
}
]