All packets have at least the following fields, and may have additional fields depending on the value of eventElementType:
eventElementType
id
number
The unique match identifier
string
A discriminator field that can be used to identify the type of packet. Possible values:
PointScored
PointStarted
Correction
Injury
MatchStatusUpdate
Sanction
Undo
�
seqNum
Sequence number of the packet. The first packet will use the number zero.
timestamp
The ISO 8601 UTC timestamp for when the packet occurred
{ "eventElementType": "MatchStatusUpdate", "id": 2345, "seqNum": 19, "timestamp": "2020-09-30T18:43:21Z", }
Last updated 10 days ago
Was this helpful?