GET api/Teams/ResultEmsIds?Season_cd={Season_cd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Season_cd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ResultsemsIdListName | Description | Type | Additional information |
---|---|---|---|
emsId | integer |
None. |
|
eventTitle | string |
None. |
|
eventLocation | string |
None. |
|
eventDate | date |
None. |
|
eventEndDate | date |
None. |
|
Season_Stop_No | integer |
None. |
|
Event_Type_cd | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "emsId": 1, "eventTitle": "sample string 2", "eventLocation": "sample string 3", "eventDate": "2025-03-04T11:12:27.7575432-08:00", "eventEndDate": "2025-03-04T11:12:27.7575432-08:00", "Season_Stop_No": 6, "Event_Type_cd": "sample string 7" }, { "emsId": 1, "eventTitle": "sample string 2", "eventLocation": "sample string 3", "eventDate": "2025-03-04T11:12:27.7575432-08:00", "eventEndDate": "2025-03-04T11:12:27.7575432-08:00", "Season_Stop_No": 6, "Event_Type_cd": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfResultsemsIdList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBR_API.Models"> <ResultsemsIdList> <Event_Type_cd>sample string 7</Event_Type_cd> <Season_Stop_No>6</Season_Stop_No> <emsId>1</emsId> <eventDate>2025-03-04T11:12:27.7575432-08:00</eventDate> <eventEndDate>2025-03-04T11:12:27.7575432-08:00</eventEndDate> <eventLocation>sample string 3</eventLocation> <eventTitle>sample string 2</eventTitle> </ResultsemsIdList> <ResultsemsIdList> <Event_Type_cd>sample string 7</Event_Type_cd> <Season_Stop_No>6</Season_Stop_No> <emsId>1</emsId> <eventDate>2025-03-04T11:12:27.7575432-08:00</eventDate> <eventEndDate>2025-03-04T11:12:27.7575432-08:00</eventEndDate> <eventLocation>sample string 3</eventLocation> <eventTitle>sample string 2</eventTitle> </ResultsemsIdList> </ArrayOfResultsemsIdList>