Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

This type of message is sent when changes are made for one participant stats or results were edited/corrected.

This message type is included in feed.index and feed.show methods available in API service, so at any time you can retrieve all changes from selected event

Message structure

.message
idUnique identifier for the message
type

event_participants

sourceInternal attribute, please dont use this attribute
utInformation about the date and time of when the message was created. Format UNIX_TIMESTAMP.
..data
...participants
counterNumber of participants in the event. Participant with counter="1" is the home team, "2" is the away team
idUnique identifier of the participant. The list of available participants you can find in API service method: participants.index
.....results
idUnique identifier for the result. Possible values are different depending on the sport. For more information please find node details in the sports.show API method
valueValue related to the results
.....stats
idUnique identifier for the statistic. Possible values are different depending on the sport. For more information please find node details in the sports.show API method
valueValue related to the statistic
  • No labels