GET api/Teams/RiderStandings?seasonCd={seasonCd}&StopNo={StopNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| seasonCd | string |
Required |
|
| StopNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TeamRiderStandings| Name | Description | Type | Additional information |
|---|---|---|---|
| Place | integer |
None. |
|
| TeamID | integer |
None. |
|
| Team | string |
None. |
|
| RiderID | integer |
None. |
|
| Rider | string |
None. |
|
| RiderHomeTown | string |
None. |
|
| RiderHomeCntry | string |
None. |
|
| OutCnt | integer |
None. |
|
| RideCnt | integer |
None. |
|
| RidePct | decimal number |
None. |
|
| AggrScore | decimal number |
None. |
|
| BehindLead | decimal number |
None. |
|
| Ride90Cnt | integer |
None. |
|
| Payout | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Place": 1,
"TeamID": 1,
"Team": "sample string 2",
"RiderID": 3,
"Rider": "sample string 4",
"RiderHomeTown": "sample string 5",
"RiderHomeCntry": "sample string 6",
"OutCnt": 7,
"RideCnt": 8,
"RidePct": 9.0,
"AggrScore": 10.0,
"BehindLead": 11.0,
"Ride90Cnt": 12,
"Payout": 13.0
},
{
"Place": 1,
"TeamID": 1,
"Team": "sample string 2",
"RiderID": 3,
"Rider": "sample string 4",
"RiderHomeTown": "sample string 5",
"RiderHomeCntry": "sample string 6",
"OutCnt": 7,
"RideCnt": 8,
"RidePct": 9.0,
"AggrScore": 10.0,
"BehindLead": 11.0,
"Ride90Cnt": 12,
"Payout": 13.0
}
]
application/xml, text/xml
Sample:
<ArrayOfTeamRiderStandings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBR_API.Models">
<TeamRiderStandings>
<AggrScore>10</AggrScore>
<BehindLead>11</BehindLead>
<OutCnt>7</OutCnt>
<Payout>13</Payout>
<Place>1</Place>
<Ride90Cnt>12</Ride90Cnt>
<RideCnt>8</RideCnt>
<RidePct>9</RidePct>
<Rider>sample string 4</Rider>
<RiderHomeCntry>sample string 6</RiderHomeCntry>
<RiderHomeTown>sample string 5</RiderHomeTown>
<RiderID>3</RiderID>
<Team>sample string 2</Team>
<TeamID>1</TeamID>
</TeamRiderStandings>
<TeamRiderStandings>
<AggrScore>10</AggrScore>
<BehindLead>11</BehindLead>
<OutCnt>7</OutCnt>
<Payout>13</Payout>
<Place>1</Place>
<Ride90Cnt>12</Ride90Cnt>
<RideCnt>8</RideCnt>
<RidePct>9</RidePct>
<Rider>sample string 4</Rider>
<RiderHomeCntry>sample string 6</RiderHomeCntry>
<RiderHomeTown>sample string 5</RiderHomeTown>
<RiderID>3</RiderID>
<Team>sample string 2</Team>
<TeamID>1</TeamID>
</TeamRiderStandings>
</ArrayOfTeamRiderStandings>