This type of message is sent when changes are made in the participants for one participant stats or results were edited/corrected.
Info |
---|
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 | |
---|---|
id | Unique identifier for the message |
type | event_ |
participant | |
source | Internal attribute, please dont use this attribute |
ut | Information about the date and time of when the message was created. Format UNIX_TIMESTAMP. |
..data | |
---|---|
...participants | |
counter | Number of participants in the event. Participant with counter="1" is the home team, "2" is the away team |
id | Unique identifier of the participant. The list of available participants you can find in API service method: participants.index |
.....results | |
id | Unique 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 |
value | Value related to the results |
.....stats | |
id | Unique 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 |
value | Value related to the statistic |