Skip to content

List of natural areas in Colombia

GET
/api/v1/NaturalArea

This endpoint returns a list of 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

OK

application/json
JSON
[
{
"id": 0,
"areaGroupId": 0,
"categoryNaturalAreaId": 0,
"name": "string",
"departmentId": 0,
"daneCode": 0,
"landArea": 0,
"maritimeArea": 0,
"department": "[Circular Reference]",
"categoryNaturalArea": {
"id": 0,
"name": "string",
"description": "string",
"naturalAreas": [
{
}
]
}
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License