Scoreboard

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

Scoreboard Model

Note: All child nodes are an array of Score

XML

<Scoreboard>
  <Status>2</Status>
  <CurrentPeriod>10</CurrentPeriod>
  <Time>1560</Time>
  <Results>
    <Position>1</Position>
    <Value>0</Value>
  </Results>
  <Results>
    <Position>2</Position>
    <Value>0</Value>
  </Results>
</Scoreboard>

Json

{
  "Status": 2,
  "CurrentPeriod": 10,
  "Time": "1560",
  "Results": [
    {
      "Position": "1",
      "Value": "0"
    },
    {
      "Position": "2",
      "Value": "0"
    }
  ]
}
AttributeData TypeDescription
StatusenumThe current status of the event
DescriptionenumProvides additional information regarding the current status of the game
CurrentPeriodenumThe type of the current period of the event
TimeintThe current time of the event (should the sport support time) Note: The time is given in seconds

Score Model

SourceData TypeDescription
ScorestringThe score of a specific participant in a Scoreboard or Period element
Score.PositionintIn 2-participant events the positions will be 1 (home) or 2 (away)

For outright events the positions will represent the initial position of the participant


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