An element that represents a participant (player, team, horse, etc.) in the event.
XML
<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>
Json
{ "Participant": { "ExtraData": { "Data": [ { "Name": "Result", "text": "1" }, { "Name": "Owner", "text": "John Pinochet P." }, { "Name": "JockeyAddition", "text": "0" }, { "Name": "ProgramNumber", "text": "13" }, { "Name": "TrainerName", "text": "Pinochet P., John" }, { "Name": "Form", "text": "5 - 8 - 8 - 3 - 3 - 1" }, { "Name": "JockeyAllowance", "text": "0" }, { "Name": "JockeyWeight", "text": "56" }, { "Name": "Jockey", "text": "Robles, Pedro" }, { "Name": "Blinkers", "text": "False" }, { "Name": "Age", "text": "5" } ] }, "Id": "51596051", "Name": "Sonoma Charro", "Position": "1", "IsActive": "1" } }
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. |
ExtraData | array | Array of data |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article