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