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
RequiredFormat
"int32"Responses
OK
application/json
JSON
{
"id": 0,
"name": "string",
"scientificName": "string",
"commonNames": "string",
"impact": "string",
"manage": "string",
"riskLevel": 0,
"urlImage": "string"
}