List Device Files

GET .../customers/{customerID}/devices/{deviceID}/files

Returns all files of the specified device

Query Parameters

files (string) - Comma separated list of file numbers (integer) to be queried. Invalid file numbers will be ignored.

latest (bool) - If true returns only the latest file. See alternate response below.

Response Format

{
   "Files": array[ Device File Metadata ] 
}

Alternative Response Format

{
   "File": Device File Metadata
}