Skip to content

Category natural area information by Id

GET
/api/v1/CategoryNaturalArea/{id}/NaturalAreas

This endpoint returns the information for the category natural area with the provided id

Parameters

Path Parameters

id*
Typeinteger
Required
Example1
Format"int32"

Responses

Success

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

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License