GET
/reviews/{id}
curl \
--request GET 'http://api.example.com/reviews/{id}'
Response examples (200)
{
"@context": "string",
"@id": "string",
"@type": "string",
"id": 42,
"rating": 42,
"body": "string",
"author": "string",
"publicationDate": "2026-05-04T09:42:00Z",
"book": "string"
}
Response examples (200)
{
"id": 42,
"rating": 42,
"body": "string",
"author": "string",
"publicationDate": "2026-05-04T09:42:00Z",
"book": "string"
}