GET api/SubEventPlayTypes
List all SubEventPlayTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SubEventPlayType| Name | Description | Type | Additional information |
|---|---|---|---|
| SubEventPlayTypeId | integer |
None. |
|
| Name | string |
None. |
|
| SubEventTypeCodes | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SubEventPlayTypeId": 1,
"Name": "sample string 2",
"SubEventTypeCodes": "sample string 3"
},
{
"SubEventPlayTypeId": 1,
"Name": "sample string 2",
"SubEventTypeCodes": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfSubEventPlayType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
<SubEventPlayType>
<Name>sample string 2</Name>
<SubEventPlayTypeId>1</SubEventPlayTypeId>
<SubEventTypeCodes>sample string 3</SubEventTypeCodes>
</SubEventPlayType>
<SubEventPlayType>
<Name>sample string 2</Name>
<SubEventPlayTypeId>1</SubEventPlayTypeId>
<SubEventTypeCodes>sample string 3</SubEventTypeCodes>
</SubEventPlayType>
</ArrayOfSubEventPlayType>