GET .../customers/{customerID}/devices/{deviceID}/files/{fileNo}/detections
Returns the content of the passings file with the given device ID / file number
Query Parameters
fromDetection (integer) - The minimum passing/trackping number to start with (default: 1)
amount (integer) - The amount of detections to send from the file, if there are less detections available then the max available will be sent
download (integer) - Set 1 to download as a file (.txt format)
Response Format
array[ Detection Data ]