...
Example of the Cursor File:
Code Block |
---|
{ version: 1.0, files: [ { id: '1590395806_1590399405', startTimestamp: 1590395806, endTimestamp: 1590399405, filename: 'https://api.wowza.com/safe_paths/1590395806_1590399405.json' }, { id: '1590399406_1590403005', startTimestamp: 1590399406, endTimestamp: 1590403005, filename: 'https://api.wowza.com/safe_paths/1590399406_1590403005.json' }, { id: '1590403006_1590406605', startTimestamp: 1590403006, endTimestamp: 1590406605, filename: 'https://api.wowza.com/safe_paths/1590403006_1590406605.json' }, { id: '1590406606_1590410205', startTimestamp: 1590406606, endTimestamp: 1590410205, filename: 'https://api.wowza.com/safe_paths/1590406606_1590410205.json' }, { id: '1590410206_1590413805', startTimestamp: 1590410206, endTimestamp: 1590413805, filename: 'https://api.wowza.com/safe_paths/1590410206_1590413805.json' } ] } |
As the device iterates through this list it will pull down the filename
which will contain the contact points data. Those files will contain the following.
Code Block |
---|
{
version: 1.0,
authority_name: 'My Example Organization',
publish_date_utc: 1590268155,
info_website: 'http://sample.com',
notification_threshold_percent: 66,
notification_threshold_count: 6,
concern_point_hashes: [ '416aa7c7caef6032', '201c55540de7155c' ],
pages_name: 'https://api.wowza.com/safe_paths/1590395806_1590399405.json'
} |
...