An array of Statistics. Every Statistic represents an individual statistic during the live event. All statistics show the current values as they are (without period breakdown).
Model
Attributes | Data Type | Description |
---|---|---|
Type | enum | The type of the statistic |
Statistics Value
XML
<Statistic Type="1"> <Value Position="1">9</Value> <Value Position="2">3</Value> </Statistic>
Json
{ "Statistic": { "Value": [ { "Position": "1", "Value": "9" }, { "Position": "2", "Value": "3" } ], "Type": "1" } }
Source | Data Type | Description |
---|---|---|
Value | string | The score of a specific participant in a Statistic element |
Value.Position | string | The position of the participant whom this statistic value references to. In 2-participant events the values will be 1 (home) or 2 (away). In outright events, the positions will hold the actual position of the participants |
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