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