Resolve book identifiers by hiveId, isbn, isbn13, or goodreadsId. Does not require authentication.
Parameters
Output
Encoding
application/jsonbookIdentifiers
refbuzz.bookhive.defs#bookIdentifiers
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"bookIdentifiers"
],
"properties": {
"bookIdentifiers": {
"ref": "buzz.bookhive.defs#bookIdentifiers",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"isbn": {
"type": "string",
"description": "The book ISBN identifier"
},
"hiveId": {
"type": "string",
"description": "The book hive ID"
},
"isbn13": {
"type": "string",
"description": "The book ISBN-13 identifier"
},
"goodreadsId": {
"type": "string",
"description": "The Goodreads identifier for the book"
}
}
},
"description": "Resolve book identifiers by hiveId, isbn, isbn13, or goodreadsId. Does not require authentication."
}