Retrieves the collection of Review resources.

GET /reviews

Retrieves the collection of Review resources.

Query parameters

  • page integer

    The collection page number

    Default value is 1.

Responses

GET /reviews
curl \
 -X GET http://api.example.com/reviews
Response examples (200)
[
  {
    "id": 42,
    "rating": 42,
    "body": "string",
    "author": "string",
    "publicationDate": "2023-05-04T09:42:00+00:00",
    "book": "string"
  }
]
Response examples (200)
[
  {
    "id": 42,
    "rating": 42,
    "body": "string",
    "author": "string",
    "publicationDate": "2025-05-04T09:42:00Z",
    "book": "string"
  }
]