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