Recommendation-Stg

GetRecommendationResponse

object
* Additional properties are NOT allowed.
titlesarray[object]
* Additional properties are NOT allowed.
Show Child Parameters
Example

InternalServerError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:500

errorstringrequired

The type of the error.

>= 1 characters

Example:Internal Server Error

messagestringrequired

The message of the error.

>= 1 characters

Example:Internal server error

Example

MethodNotAllowedError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:405

errorstringrequired

The type of the error.

>= 1 characters

Example:Method Not Allowed

messagestringrequired

The message of the error.

>= 1 characters

Example:The requested resource does not support http method 'PUT'

Example

NotFoundError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:404

errorstringrequired

The type of the error.

>= 1 characters

Example:Not Found

messagestringrequired

The message of the error.

>= 1 characters

Example:Record(s) not found

Example

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