GET api/Event/{eventId}/Rides?rnd={rnd}
Get a collection of all rides in the given event, or for a single Round.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventId |
ID for the event |
integer |
Required |
rnd |
Optional. If only rides for the given RoundID are requested |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of EventRoundName | Description | Type | Additional information |
---|---|---|---|
IsRideLineupSet |
Indicator of whether or not the Ride lineup is considered to be 'set' according to applicable business rules (prior round is complete and all bulls and riders have been set). |
boolean |
None. |
RideLineupSetDtTm |
UTC DateTime denoting when the ride lineup became 'set' (when the 'IsRideLineupSet' property changed from False to True) Represented in ISO_8601 DateTime format (2018-09-22T23:17:02.106Z) |
date |
None. |
Rides |
Collection of rides in the Round |
Collection of EventRide |
None. |
RoundID |
Unique identifier for the Round |
integer |
None. |
RoundNo |
Round Number (user-defined label) |
integer |
None. |
RoundDate |
Competition start date and time that includes this Round |
date |
None. |
RoundDateTZ |
Competition start date and time that includes this Round with the UTC Offset for the event time zone |
date |
None. |
RoundSeq |
Round Sequence within the RoundDate |
integer |
None. |
RoundType |
Round Type code |
string |
None. |
Response Formats
application/json, text/json
[ { "IsRideLineupSet": true, "RideLineupSetDtTm": "2024-09-04T04:22:47.7773219Z", "Rides": [ { "RideID": 3, "Section": 1, "Sequence": 1, "EventBullID": 1, "EventBull": { "BullID": 1, "EventBullID": 2, "BullName": "sample string 3", "BullNo": "sample string 6-sample string 4", "ContractorCode": "sample string 6", "ContractorName": "sample string 7", "Delivery": "sample string 8" }, "EventRiderID": 1, "RiderID": 1, "RiderRank": 1, "RiderFullName": "sample string 4", "RiderTeam": { "TeamID": 1, "TeamName": "sample string 2" }, "BullScore": 1.0, "RiderScore": 1.0, "BuckOffTime": 1.0, "ChuteStartDtTm": "2024-09-04T04:22:47.7773219Z", "ClockStartDtTm": "2024-09-04T04:22:47.7773219Z", "ReRideTaken": true, "IsReRide": true, "DQReason": "sample string 7", "IsChallenge": true, "IsChallengeSuccess": true }, { "RideID": 3, "Section": 1, "Sequence": 1, "EventBullID": 1, "EventBull": { "BullID": 1, "EventBullID": 2, "BullName": "sample string 3", "BullNo": "sample string 6-sample string 4", "ContractorCode": "sample string 6", "ContractorName": "sample string 7", "Delivery": "sample string 8" }, "EventRiderID": 1, "RiderID": 1, "RiderRank": 1, "RiderFullName": "sample string 4", "RiderTeam": { "TeamID": 1, "TeamName": "sample string 2" }, "BullScore": 1.0, "RiderScore": 1.0, "BuckOffTime": 1.0, "ChuteStartDtTm": "2024-09-04T04:22:47.7773219Z", "ClockStartDtTm": "2024-09-04T04:22:47.7773219Z", "ReRideTaken": true, "IsReRide": true, "DQReason": "sample string 7", "IsChallenge": true, "IsChallengeSuccess": true } ], "RoundID": 2, "RoundNo": 3, "RoundDate": "2024-09-04T04:22:47.7773219-07:00", "RoundDateTZ": "2024-09-04T04:22:47.7773219-07:00", "RoundSeq": 6, "RoundType": "sample string 7" }, { "IsRideLineupSet": true, "RideLineupSetDtTm": "2024-09-04T04:22:47.7773219Z", "Rides": [ { "RideID": 3, "Section": 1, "Sequence": 1, "EventBullID": 1, "EventBull": { "BullID": 1, "EventBullID": 2, "BullName": "sample string 3", "BullNo": "sample string 6-sample string 4", "ContractorCode": "sample string 6", "ContractorName": "sample string 7", "Delivery": "sample string 8" }, "EventRiderID": 1, "RiderID": 1, "RiderRank": 1, "RiderFullName": "sample string 4", "RiderTeam": { "TeamID": 1, "TeamName": "sample string 2" }, "BullScore": 1.0, "RiderScore": 1.0, "BuckOffTime": 1.0, "ChuteStartDtTm": "2024-09-04T04:22:47.7773219Z", "ClockStartDtTm": "2024-09-04T04:22:47.7773219Z", "ReRideTaken": true, "IsReRide": true, "DQReason": "sample string 7", "IsChallenge": true, "IsChallengeSuccess": true }, { "RideID": 3, "Section": 1, "Sequence": 1, "EventBullID": 1, "EventBull": { "BullID": 1, "EventBullID": 2, "BullName": "sample string 3", "BullNo": "sample string 6-sample string 4", "ContractorCode": "sample string 6", "ContractorName": "sample string 7", "Delivery": "sample string 8" }, "EventRiderID": 1, "RiderID": 1, "RiderRank": 1, "RiderFullName": "sample string 4", "RiderTeam": { "TeamID": 1, "TeamName": "sample string 2" }, "BullScore": 1.0, "RiderScore": 1.0, "BuckOffTime": 1.0, "ChuteStartDtTm": "2024-09-04T04:22:47.7773219Z", "ClockStartDtTm": "2024-09-04T04:22:47.7773219Z", "ReRideTaken": true, "IsReRide": true, "DQReason": "sample string 7", "IsChallenge": true, "IsChallengeSuccess": true } ], "RoundID": 2, "RoundNo": 3, "RoundDate": "2024-09-04T04:22:47.7773219-07:00", "RoundDateTZ": "2024-09-04T04:22:47.7773219-07:00", "RoundSeq": 6, "RoundType": "sample string 7" } ]