EResources-Stg

Result

object
* Additional properties are NOT allowed.
idstring

Resource Id

Example:9bd7bc37-b7f8-4ee6-8670-37423f6f2e9f

typesarray[string]

Facet Types

Example:Book

titlestring

Record title

Example:Harry Potter and the cursed child.Parts one and two

authorsarray[string]

Authors

Example:J.K.Luolin

abstractsarray[string]

Abstracts

Example:The hallucinations of a mystery writer stricken with a crippling skin disorder interweave memories of his past with a plot casting him in the role of a suave sleuth who croons with a big band

languagesarray[string]

Languages

Example:chi

createdDatestring

Example:2016-01-01

dataFromstring

Example:Overdrive

urlstring

The detail page URL for content.

resourceUrlExtstring

The detail page URL for Overdrive content (no login required).

coverUrlstring

The image of cover URL for Overdrive content.

subjectsstring

Example:Computer Technology

isbnsarray[string]

Empty Array if no value

Example:9781393614500

Example

SearchResourcesResponse

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

The number of records matched by the query. If the query fails this will be 0.

Example:999

nextRecordPositioninteger(int32)

The next position within the result set following the final returned record. If there are no remaining records, this field will be set to 0.

Example:10

hasMoreRecordsboolean

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

Example:10

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

TooManyRequestsError

object

Error 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

object

Error 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