Search invasive species by keyword
GET
/api/v1/InvasiveSpecie/search/{keyword}
This endpoint returns a list of invasive species any of the following fields(Name, CommonName, Manage) match the provided keyword
Parameters
Path Parameters
keyword*
Typestring
RequiredResponses
OK
application/json
JSON
[
{
"id": 0,
"name": "string",
"scientificName": "string",
"commonNames": "string",
"impact": "string",
"manage": "string",
"riskLevel": 0,
"urlImage": "string"
}
]