This resource behaves as GET /edgeDevices/{linkId}/audits with the notable exception that it retrieves the audits from all of the edge devices linked to the respective Gateway.
NOTES:
Basic – unique credentials defined & accepted during setup.
URI parameters: None
HTTP status code 200
Response parameters:
Type: application/json
edgeDevices = parent tag, array containing ordered list of audits per edge device as follows:
linkId = definition in the ENGAGE - JSON Data Structures document, section title “Gateway Edge Device Link List”
audits = parent tag array, as defined in the ENGAGE - JSON Data Structures document
overwriteIndex = zero based index for the location of the “oldest” audit. This tag only appears after the Gateway has received more than 2000 audits from the edge device without the audits being requested from the IP Host
{"edgeDevices":[{"linkId":"dev00001","audits":[{"event":"0f040000","time":"20170315124158"}]},{"linkId":"dev00000",
"audits":[{"event":"0f000000","time":"20170315124113"},{"event":"0f040000","time":"20170315124205"}]}]}
Last Modified: October 14, 2019
Last Modified: <!--#echo var="LAST_MODIFIED"-->