Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 443 Bytes

GetPlantTypes.md

File metadata and controls

34 lines (25 loc) · 443 Bytes

GetPlantTypes

URL : ​/api​/Plants​/GetPlantTypes

Method : GET

Auth required : NO

Permissions required : None

Success Response

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"
  }
]