Get a media file by ID
GET /api/library/files/{id}
GET
/api/library/files/{id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Responses
Section titled “ Responses ”OK
object
id
string format: uuid
path
string
title
string
artist
string
album
string
genre
string
year
integer format: int32
trackNumber
integer format: int32
durationSeconds
number format: double
sampleRate
integer format: int32
channels
integer format: int32
codec
string
fileSize
integer format: int64
Not Found