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