GET api/Prerequisite/GetAllHeights
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HeightsName | Description | Type | Additional information |
---|---|---|---|
HeightID | integer |
None. |
|
Height | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "HeightID": 1, "Height": "sample string 2" }, { "HeightID": 1, "Height": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfHeights xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <Heights> <Height>sample string 2</Height> <HeightID>1</HeightID> </Heights> <Heights> <Height>sample string 2</Height> <HeightID>1</HeightID> </Heights> </ArrayOfHeights>