Skip to content

List additional files by type

GET
/api/v1/books/{bookId}/files
curl --request GET \
--url 'http://127.0.0.1:58259/api/v1/books/1/files?isBook=true'

Retrieve additional files for a specific book filtered by whether they are primary book files.

bookId
required
integer format: int64
isBook
required
boolean

OK

Media type */*
Array<object>
object
id
integer format: int64
bookId
integer format: int64
fileName
string
filePath
string
fileSubPath
string
folderBased
boolean
bookType
string
Allowed values: PDF EPUB CBX FB2 MOBI AZW3 AUDIOBOOK
archiveType
string
Allowed values: ZIP RAR SEVEN_ZIP UNKNOWN
fileSizeKb
integer format: int64
extension
string
description
string
addedOn
string format: date-time
book
boolean