Regions / List
List all regions.
Route: /api/sys/v{version:apiVersion}/regions
Method: GET
Authorisation: Minimum role: USER
Request Arguments
| Name | Type | Source |
|---|
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_region[]
Wrapper: DTO_response_wrap
Other response statuses: 403 (Forbidden)
Response body example
DTO_region
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| code | String | Code | |
| countries | DTO_country[] | Countries | |
| country_ids | Int32[] | Country ids |
DTO_country
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| code2 | String | Code2 | |
| code3 | String | Code3 | |
| timezone | String | Timezone | |
| dialcode | Int32 | Dialcode | |
| is_eu_country | Boolean | Is eu country | |
| currency_codes | String[] | Currency codes |