GET .../customers/{customerID}/devices/{deviceID}/detections
Returns all detections for the given device ID
Query Parameters
fromFile (integer) - The minimum file number to be queried (default: 1)
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 ]