Participant

An element that represents a participant (player, team, horse, etc.) in the event.

<Participant Id="51596051" Name="Sonoma Charro" Position="1" IsActive="1">
  <ExtraData>
    <Data Name="Result">1</Data>
    <Data Name="Owner">John Pinochet P.</Data>
    <Data Name="JockeyAddition">0</Data>
    <Data Name="ProgramNumber">13</Data>
    <Data Name="TrainerName">Pinochet P., John</Data>
    <Data Name="Form">5 - 8 - 8 - 3 - 3 - 1</Data>
    <Data Name="JockeyAllowance">0</Data>
    <Data Name="JockeyWeight">56</Data>
    <Data Name="Jockey">Robles, Pedro</Data>
    <Data Name="Blinkers">False</Data>
    <Data Name="Age">5</Data>
  </ExtraData>
</Participant>

Model

Element

Data Type

Description

Id

int

The unique ID of the participant

Name

string

The unique ID of the participant

Position

string

In 2-participant events the positions will be 1 (home) or 2 (away)

IsActive

bool

Will only show in outright events.

array

Array of data

Last updated