GET api/Event/{eventId}/Overview

Get an overview of the given event, including Event Judges and all Rides with judge scores.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

ID for the event

integer

Required

Body Parameters

None.

Response Information

Resource Description

EventOverview
NameDescriptionTypeAdditional information
Title

Event Title

string

None.

Location

Event Location city and state

string

None.

StartDate

Event start date

date

None.

EndDate

Event end date

date

None.

Season

Season (4 digit year)

string

None.

SeriesName

Full name of the Series/Tour

string

None.

EventType

Code/short-name of the Event Type

string

None.

EventJudges

Collection of Judges at this Event

Collection of EventJudge

None.

Rounds

Collection of Judges at this Event

Collection of EventOverviewRound

None.

EventID

Unique identifier for the Event

integer

None.

Status

Event Status (Published / In-Progress / Scored / Official / Canceled)

string

None.

SeriesID

Unique identifier of the Series/Tour

integer

None.

SeriesCode

Code/short-name of the Series/Tour

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EventID": 8,
  "Status": "sample string 9",
  "Title": "sample string 1",
  "Location": "sample string 2",
  "StartDate": "2024-07-07T20:52:20.5306613-07:00",
  "EndDate": "2024-07-07T20:52:20.5306613-07:00",
  "Season": "sample string 5",
  "SeriesID": 10,
  "SeriesCode": "sample string 11",
  "SeriesName": "sample string 6",
  "EventType": "sample string 7",
  "EventJudges": [
    {
      "EventJudgeID": 1,
      "Station": "sample string 2",
      "JudgeID": 3,
      "JudgeName": "sample string 4"
    },
    {
      "EventJudgeID": 1,
      "Station": "sample string 2",
      "JudgeID": 3,
      "JudgeName": "sample string 4"
    }
  ],
  "Rounds": [
    {
      "RoundID": 1,
      "RoundNo": 2,
      "RoundDate": "2024-07-07T20:52:20.5306613-07:00",
      "RoundDateTZ": "2024-07-07T20:52:20.5306613-07:00",
      "RoundSeq": 5,
      "RoundType": "sample string 6",
      "Rides": [
        {
          "RideID": 4,
          "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 5",
          "RiderTeam": {
            "TeamID": 1,
            "TeamName": "sample string 2"
          },
          "BullScore": 1.0,
          "RiderScore": 1.0,
          "BuckOffTime": 1.0,
          "ChuteStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ClockStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ReRideTaken": true,
          "IsReRide": true,
          "DQReason": "sample string 8",
          "IsChallenge": true,
          "IsChallengeSuccess": true,
          "ReRideReason": "sample string 1",
          "JudgeScores": [
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            },
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            }
          ]
        },
        {
          "RideID": 4,
          "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 5",
          "RiderTeam": {
            "TeamID": 1,
            "TeamName": "sample string 2"
          },
          "BullScore": 1.0,
          "RiderScore": 1.0,
          "BuckOffTime": 1.0,
          "ChuteStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ClockStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ReRideTaken": true,
          "IsReRide": true,
          "DQReason": "sample string 8",
          "IsChallenge": true,
          "IsChallengeSuccess": true,
          "ReRideReason": "sample string 1",
          "JudgeScores": [
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            },
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            }
          ]
        }
      ]
    },
    {
      "RoundID": 1,
      "RoundNo": 2,
      "RoundDate": "2024-07-07T20:52:20.5306613-07:00",
      "RoundDateTZ": "2024-07-07T20:52:20.5306613-07:00",
      "RoundSeq": 5,
      "RoundType": "sample string 6",
      "Rides": [
        {
          "RideID": 4,
          "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 5",
          "RiderTeam": {
            "TeamID": 1,
            "TeamName": "sample string 2"
          },
          "BullScore": 1.0,
          "RiderScore": 1.0,
          "BuckOffTime": 1.0,
          "ChuteStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ClockStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ReRideTaken": true,
          "IsReRide": true,
          "DQReason": "sample string 8",
          "IsChallenge": true,
          "IsChallengeSuccess": true,
          "ReRideReason": "sample string 1",
          "JudgeScores": [
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            },
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            }
          ]
        },
        {
          "RideID": 4,
          "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 5",
          "RiderTeam": {
            "TeamID": 1,
            "TeamName": "sample string 2"
          },
          "BullScore": 1.0,
          "RiderScore": 1.0,
          "BuckOffTime": 1.0,
          "ChuteStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ClockStartDtTm": "2024-07-07T20:52:20.5306613Z",
          "ReRideTaken": true,
          "IsReRide": true,
          "DQReason": "sample string 8",
          "IsChallenge": true,
          "IsChallengeSuccess": true,
          "ReRideReason": "sample string 1",
          "JudgeScores": [
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            },
            {
              "EventJudgeID": 1,
              "BullScore": 1.0,
              "RiderScore": 1.0
            }
          ]
        }
      ]
    }
  ]
}