Reviews REST API
Reviews REST API documentation and interactive testing.
For the OpenAPI Specification document use this link: https://apis.objectsgrid.com/reviews/contract
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Implements https://schema.org/Review
Convention for '@context' JSON-LD compliance, convert in the frontend
Convention for '@type' JSON-LD compliance, convert in the frontend
The Review's ID, generated
URL reference to the reviewed item
URL reference to the Author
URL reference to itself
Successfully created the object
Bad request
Unauthorized
Conflict, object already exists
Too Many Requests - rate limited
Internal Server Error
POST /reviews HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 640
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
ID of the object to retrieve
BCP 47 language code
fr, de, de-AT, cy-GB
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully retrieved the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
GET /reviews/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
ID of the object to update
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Implements https://schema.org/Review
Convention for '@context' JSON-LD compliance, convert in the frontend
Convention for '@type' JSON-LD compliance, convert in the frontend
The Review's ID, generated
URL reference to the reviewed item
URL reference to the Author
URL reference to itself
Successfully updated the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
PUT /reviews/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 640
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
ID of the object to update
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Implements https://schema.org/Review
Convention for '@context' JSON-LD compliance, convert in the frontend
Convention for '@type' JSON-LD compliance, convert in the frontend
The Review's ID, generated
URL reference to the reviewed item
URL reference to the Author
URL reference to itself
Successfully patched the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
PATCH /reviews/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Content-Type: application/json
Accept: */*
Content-Length: 640
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
ID of the object to delete
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully deleted the object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
DELETE /reviews/{id} HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
No content
This operation supports Elastic Search Query DSL query format
BCP 47 language code
fr, de, de-AT, cy-GB
Elastic Search Query DSL.
{ "query": { "match_all": {} } }
Defines the starting record number for retrieval.
Defines the number of records to retrieve.
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully listed the objects
Bad request
Unauthorized
Too Many Requests - rate limited
Internal Server Error
GET /reviews HTTP/1.1
Host: apis.objectsgrid.com
Authorization: Bearer Bearer JWT
X-ObjectsGrid-AccessPoint: EU
Accept: */*
[
{
"at_context": "https://schema.org",
"at_type": "Review",
"id": "text",
"name": [
{
"at_value": "text",
"at_language": "text"
}
],
"itemReviewed": "text",
"reviewAspect": "text",
"reviewBody": [
{
"at_value": "text",
"at_language": "text"
}
],
"reviewRating": {
"at_type": "Rating",
"ratingValue": 1,
"worstRating": 1,
"bestRating": 1,
"reviewAspect": "text"
},
"author": "text",
"datePublished": "2025-08-26",
"url": "text",
"tags": [
{
"name": "text",
"val": "text"
}
],
"meta": {
"objectVersion": 1,
"objectType": "text",
"namespace": "text",
"createdAt": "2025-08-26T22:29:52.823Z",
"createdBy": "text",
"lastUpdatedAt": "2025-08-26T22:29:52.823Z",
"lastUpdatedBy": "text",
"lastUpdateCorrelationID": "text"
}
}
]
Last updated
Was this helpful?