listSiteRecordings
GET https://{{host}}/api/v1/sites/:site_id/rfdiags
#### Response Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: type|string|sdkclient / client / asset sdkclientid|string|if type==sdkclient, sdkclientid of this recording sdkclientuuid|string|if type==sdkclient, deviceid of sdkclient assetid|string|if typeasset, id of the asset mac|string|if typeclient or type==asset, mac of the device starttime|int|timestamp of the recording (the start) endtime|int|timestamp of end of recording duration|int|recording length in seconds, max is 120 ready|boolean|whether it’s ready for playback url|string|URL to a JSON file that contains an array of frames, each frame is the same format rawevents|string|URL to a JSON file that contains array of raw location diag events framecount|int|Number of frames in the output sdkclientname|string|if typesdkclient, name of the sdkclient client_name|string|if typeclient, hostname of the client asset_name|string|if type==asset, name of the asset next|string|Optional. id of the next recoding if present. Only valid for site survey.
RESPONSES
status: OK
[{"id":"8b944030-04cd-4f91-d61c-3557bb088cad","name":"Troubleshooting","type":"sdkclient","sdkclient_id":"de87bf9d-183f-e383-cc68-6ba43947d403","sdkclient_name":"app-client","sdkclient_uuid":"5b3ee6be-5b7c-11e7-b288-346895ed1b7d","map_id":"845a23bf-bed9-e43c-4c86-6fa474be7ae5","url":"https://s3.amazon.com/.../frames.json","raw_events":"https://s3.amazon.com/.../raw-events.json","start_time":1476990144,"end_time":1476990204,"duration":60,"frame_count":12,"ready":true,"next":"8b944179-04cd-4f91-d61c-3557bb08813d"}]