Skip to content

Invasive specie information by Id

GET
/api/v1/InvasiveSpecie/{id}

This endpoint returns the information for the invasive specie with the provided id

Parameters

Path Parameters

id*
Typeinteger
Required
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"name": "string",
"scientificName": "string",
"commonNames": "string",
"impact": "string",
"manage": "string",
"riskLevel": 0,
"urlImage": "string"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License