Skip to content

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
Required
Pattern"\\d+"

Query Parameters

includeWorkingGroups
Typestring
Defaultnull

Responses

success

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python