Get a book

Returns a single book by id.

GET
/books/{id}

Returns a single book by id.

Path Parameters

idstringrequired

The book id, e.g. book_1.

Response Body

application/json

application/json

curl -X GET "https://example.com/books/string"
{  "title": "string",  "genre": "fiction",  "identifier": {    "type": "isbn10",    "value": "string"  },  "notes": "string",  "id": "string",  "createdAt": "2019-08-24T14:15:22Z"}
{  "code": "string",  "message": "string"}