Get Species

GET /species

Species are the different types of trees.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
GET /species
curl \
 -X GET https://hostname/species
Response examples (200)
[
  {
    "id": "string",
    "name": "Wild Cherry"
  }
]