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.
...
Include Page | ||||
---|---|---|---|---|
|