URL : /api/Plants/GetPlantTypes
Method : GET
Auth required : NO
Permissions required : None
Condition : If everything is OK and Server is UP.
Code : 200 SUCCESSFUL
Content Example
[
{
"typeID": 1,
"typeName": "Tomatoes"
},
{
"typeID": 2,
"typeName": "Cucumber"
},
{
"typeID": 5,
"typeName": "Strawberry"
}
]