Skip to content

List of category natural areas in Colombia

GET
/api/v1/CategoryNaturalArea

This endpoint returns a list of category natural areas in Colombia

Parameters

Query Parameters

sortBy

It can be sorted by any of the fields that have numerical, string, or date values (for example: Id, name, description, etc.).

Typestring
sortDirection

Possible values: 'asc' or 'desc'.

Typestring

Responses

Success

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

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License