Statistics

Modified on Tue, 01 Mar 2022 at 05:04 PM

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

AttributesData TypeDescription
TypeenumThe 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"
   }
}
SourceData TypeDescription
ValuestringThe score of a specific participant in a Statistic element
Value.PositionstringThe 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

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article