Catalogue

NotImplementedError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:501

errorstringrequired

The type of the error.

>= 1 characters

Example:Not Implemented

messagestringrequired

The message of the error.

>= 1 characters

Example:Not Implemented

Example

SearchMostCheckoutsTitlesResponse

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

SearchNewTitlesResponseV2

object
* Additional properties are NOT allowed.
totalRecordsinteger(int32)

Total number of records for this search(dataset).

Example:999

countinteger(int32)

Number of records returned in the response.

Example:999

nextRecordsOffsetinteger(int32)

Value to pass in Offset parameter to navigate to next page.

Example:20

hasMoreRecordsboolean

Indicator - if dataset has more records or not for pagination.

Default:false

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

SearchTitlesResponseV2

object
* Additional properties are NOT allowed.
totalRecordsinteger(int32)

Total number of records for this search(dataset).

Example:999

countinteger(int32)

Number of records returned in the response.

Example:999

hasMoreRecordsboolean

Indicator - if dataset has more records or not for pagination.

Default:false

nextRecordsOffsetinteger(int32)

Value to pass in Offset parameter to navigate to next page.

Example:20

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

ServiceUnavailableError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:503

errorstringrequired

The type of the error.

>= 1 characters

Example:Service unavailable

messagestringrequired

The message of the error.

>= 1 characters

Example:Service unavailable

Example