In the ScoutsFeed product you receive access to same API resources
Each message in the PUSH notification service includes the attribute "ut". This attribute holds information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP.
You should always save this value in case the connection breaks or you lose connection to our PUSH notification server. This value will give you information about the "start point" from which you should request data from our API using the PULL method: feed.index and query parameter timestamp e.g. scoutsfeed.index?timestamp={{LAST_RECEIVED_UT}}
If you need to get data for a selected period of time you can use the parameters: timestamp and timestamp_to.
feed.index method allows you to get incidents from events covered by our scouts for the last 3 days (72 hours). You can use the query parameters to filter the feed data. For more information about this method click here: feed.index
IMPORTANT: If you need to get all incidents from the past or from selected events please use feed.show method.
For retrieving events list please use PULL method events.index with the query parameter scoutsfeed=yes. This method returns data from all events covered by our scout, such as start dates, results, participants and other details.
Using this method you can prepare your own events list. The events.show method returns the selected event with details including participants, partial results, stats, lineups.
In the sport.show method you can check the event status, details, stats and incidents that the PUSH notification service delivers to you.
Include Page | ||||
---|---|---|---|---|
|