Titles
object * Additional properties are NOT allowed.
idstring
BID/OverDriveID
isbnstring
Book ISBN
titlestring
Default - Book native title
authorstring
Default - Book native author
publishedYearstring
Book published year
Example:2009
formatstring
Available formats
- eBook (Audiobook, ebook, Magazine, Video)
- Physical Book (BK, OTH, AV, SER, UNKN)
Example:ebook
Example
TooManyRequestsError
objectError contents including the specific error
* Additional properties are NOT allowed.
statusCodeinteger(int32)
The status code of the error.
Example:429
errorstringrequired
The type of the error.
>= 1 characters
Example:Too Many Requests
messagestringrequired
The message of the error.
>= 1 characters
Example:API calls quota exceeded
Example
UnauthorizedError
objectError contents including the specific error
* Additional properties are NOT allowed.
statusCodeinteger(int32)
The status code of the error.
Example:401
errorstringrequired
The type of the error.
>= 1 characters
Example:Unauthorized
messagestringrequired
The message of the error.
>= 1 characters
Example:Invalid API Key
Example