# Retrieves a Book resource. **GET /books/{id}** Retrieves a Book resource. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (string) Book identifier ## Responses ### 200 Book resource #### Body: (object) - **id** (integer) - **isbn** (string | null) - **title** (string) - **description** (string) - **author** (string) - **publicationDate** (string(date-time)) - **reviews** (array[string(iri-reference)]) ### 404 Resource not found [Powered by Bump.sh](https://bump.sh)