GET api/Organization/GetHorseShowByID?horseShowID={horseShowID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| horseShowID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HorseShow| Name | Description | Type | Additional information |
|---|---|---|---|
| HorseShowID | integer |
None. |
|
| OrgID | integer |
None. |
|
| PersonID | integer |
None. |
|
| ShowTypeID | integer |
None. |
|
| ShowType | string |
None. |
|
| ShowName | string |
None. |
|
| Web_URL | string |
None. |
|
| ShowStart | date |
None. |
|
| ShowEnd | date |
None. |
|
| string |
None. |
||
| Description | string |
None. |
|
| MainContact | string |
None. |
|
| Phone_Office | string |
None. |
|
| SecondaryContact | string |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
|
| LocalPath | string |
None. |
|
| OrgStateName | string |
None. |
|
| OrgName | string |
None. |
|
| IsFollow | boolean |
None. |
|
| AddressID | integer |
None. |
|
| Address1 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| StateID | integer |
None. |
|
| StateName | string |
None. |
|
| Postalcode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"HorseShowID": 1,
"OrgID": 2,
"PersonID": 3,
"ShowTypeID": 4,
"ShowType": "sample string 5",
"ShowName": "sample string 6",
"Web_URL": "sample string 7",
"ShowStart": "2025-12-05T20:24:01.8459656-08:00",
"ShowEnd": "2025-12-05T20:24:01.8459656-08:00",
"Email": "sample string 8",
"Description": "sample string 9",
"MainContact": "sample string 10",
"Phone_Office": "sample string 11",
"SecondaryContact": "sample string 12",
"DateCreated": "2025-12-05T20:24:01.8459656-08:00",
"DateModified": "2025-12-05T20:24:01.8459656-08:00",
"LocalPath": "sample string 13",
"OrgStateName": "sample string 14",
"OrgName": "sample string 15",
"IsFollow": true,
"AddressID": 17,
"Address1": "sample string 18",
"City": "sample string 19",
"State": "sample string 20",
"StateID": 21,
"StateName": "sample string 22",
"Postalcode": "sample string 23"
}
application/xml, text/xml
Sample:
<HorseShow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <Address1>sample string 18</Address1> <AddressID>17</AddressID> <City>sample string 19</City> <Postalcode>sample string 23</Postalcode> <State>sample string 20</State> <StateID>21</StateID> <StateName>sample string 22</StateName> <DateCreated>2025-12-05T20:24:01.8459656-08:00</DateCreated> <DateModified>2025-12-05T20:24:01.8459656-08:00</DateModified> <Description>sample string 9</Description> <Email>sample string 8</Email> <HorseShowID>1</HorseShowID> <IsFollow>true</IsFollow> <LocalPath>sample string 13</LocalPath> <MainContact>sample string 10</MainContact> <OrgID>2</OrgID> <OrgName>sample string 15</OrgName> <OrgStateName>sample string 14</OrgStateName> <PersonID>3</PersonID> <Phone_Office>sample string 11</Phone_Office> <SecondaryContact>sample string 12</SecondaryContact> <ShowEnd>2025-12-05T20:24:01.8459656-08:00</ShowEnd> <ShowName>sample string 6</ShowName> <ShowStart>2025-12-05T20:24:01.8459656-08:00</ShowStart> <ShowType>sample string 5</ShowType> <ShowTypeID>4</ShowTypeID> <Web_URL>sample string 7</Web_URL> </HorseShow>