GET api/GrowerHouseTypes

Gets a list of all grower house types.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The list of GrowerHouseType records.

Collection of GrowerHouseType
NameDescriptionTypeAdditional information
ID

The ID of the grower house type.

integer

None.

Name

The name of the grower house type.

string

None.

Diagram

The diagram for the grower house type.

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "Diagram": "QEA="
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "Diagram": "QEA="
  }
]