Skip to content

Region information by Id

GET
/api/v1/Region/{id}

This endpoint returns the information for the region with the provided id

Parameters

Path Parameters

id*
Typeinteger
Required
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"name": "string",
"description": "string",
"departments": [
{
}
]
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License