v1

latestOpenAPI 3.0.1Proprietary2026-07-146923125.8 KB
Customer Review

Find all the submitted Comments for a Product with pagination

get/comment

Query parameters

productIdinteger required
userIdinteger

Filter by commenter ID

pageNumberinteger

Page number to retrieve

Page number to retrieve

pageSizeinteger

Number of elements for the requested page

Number of elements for the requested page

sortDirection'ASC' | 'DESC'

Elements sort direction

Elements sort direction

sortFieldstring

Field to sort by

Response

OK

idinteger
selfstring
userNamestring

The username of the commenting User

realNamestring

The real name of the commenting User

ratinginteger

Product rating

commentstring

The actual comment

datestring date-time

Comment date

availableOperationsstring[]

Example response

[
  {
    "self": "subscription/123",
    "product": {
      "url": "resourceName/ID"
    }
  }
]