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