# Get a book by ID Endpoint: GET /books/{bookId} Version: 1.0.0 ## Path parameters: - `bookId` (string, required) ## Response 200 fields (application/json): - `id` (string) - `title` (string) - `author` (string) - `publishedDate` (string) - `isbn` (string)