GET api/Events/eventType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EventTypeName | Description | Type | Additional information |
---|---|---|---|
Event_Type_ID | integer |
None. |
|
Series_ID | integer |
None. |
|
Event_Type_cd | string |
None. |
|
Event_Type_desc | string |
None. |
|
Standings_Applicable_fl | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Event_Type_ID": 1, "Series_ID": 2, "Event_Type_cd": "sample string 3", "Event_Type_desc": "sample string 4", "Standings_Applicable_fl": true }, { "Event_Type_ID": 1, "Series_ID": 2, "Event_Type_cd": "sample string 3", "Event_Type_desc": "sample string 4", "Standings_Applicable_fl": true } ]
application/xml, text/xml
Sample:
<ArrayOfEventType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBR_API.Models"> <EventType> <Event_Type_ID>1</Event_Type_ID> <Event_Type_cd>sample string 3</Event_Type_cd> <Event_Type_desc>sample string 4</Event_Type_desc> <Series_ID>2</Series_ID> <Standings_Applicable_fl>true</Standings_Applicable_fl> </EventType> <EventType> <Event_Type_ID>1</Event_Type_ID> <Event_Type_cd>sample string 3</Event_Type_cd> <Event_Type_desc>sample string 4</Event_Type_desc> <Series_ID>2</Series_ID> <Standings_Applicable_fl>true</Standings_Applicable_fl> </EventType> </ArrayOfEventType>