GET
/books/{bookId}
Get Book
Retrieve details of a specific book by its unique identifier.
Path Parameters
See schema: BookIdPathParam
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Book details | Book |
| 404 | Book not found | ErrorResponse |