Get Reviews
Get reviews for the content
Request
URI
GET
https://{api_host}/content/api/marketplace/sources/{sourceId}/contents/{contentId}/reviews
COPY
Path Parameters
string
contentId
Required
Content Id
string
sourceId
Required
Content Source Id
Responses
200
Content Reviews
Returns
MarketplaceContentReviews
of type(s)
application/json
{
"_embedded": [
{
"comment": "string",
"contentId": "string",
"id": "string",
"rating": "string",
"title": "string",
"user": "string"
}
],
"_links": [
{
"deprecation": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"rel": "string",
"templated": false,
"title": "string",
"type": "string"
}
],
"page": {
"number": 0,
"size": 0,
"totalElements": 0,
"totalPages": 0
}
}
array of
object
_embedded
Optional
_embedded
array of
object
_links
Optional
_links
object
page
Optional
page
404
Source or Content not found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/content/api/marketplace/sources/{sourceId}/contents/{contentId}/reviews
Marketplace Operations
GET
Search
GET
Get Details
GET
Get Link
GET
Get Reviews
GET
Filters Using GET
GET
Filter Items Using GET