# Retrieves the collection of Review resources. **GET /reviews** Retrieves the collection of Review resources. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **page** (integer) The collection page number ## Responses ### 200 Review collection #### Body: (array[object]) - **id** (integer) - **rating** (integer) - **body** (string) - **author** (string) - **publicationDate** (string(date-time)) - **book** (string(iri-reference) | null) [Powered by Bump.sh](https://bump.sh)