GET api/Results/emsIds?Series={Series}&Season={Season}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Series

string

Default value is PBR-US

Season

string

Default value is 2025

Body Parameters

None.

Response Information

Resource Description

Collection of ResultsemsIdList
NameDescriptionTypeAdditional 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:18:07.2881705-08:00",
    "eventEndDate": "2025-03-04T11:18:07.2881705-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:18:07.2881705-08:00",
    "eventEndDate": "2025-03-04T11:18:07.2881705-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:18:07.2881705-08:00</eventDate>
    <eventEndDate>2025-03-04T11:18:07.2881705-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:18:07.2881705-08:00</eventDate>
    <eventEndDate>2025-03-04T11:18:07.2881705-08:00</eventEndDate>
    <eventLocation>sample string 3</eventLocation>
    <eventTitle>sample string 2</eventTitle>
  </ResultsemsIdList>
</ArrayOfResultsemsIdList>