Retrieve product reviews by conditions
Retrieve product reviews by conditions
Authorizations:Token
Query Parameters
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| id | integer |
| review | string |
| response | string |
| rating | string |
| additionDate | integer |
| responseDate | integer |
| profile | |
| respondent | |
| reviewerName | string |
| status | string |
| product | |
| useForMeta | boolean |
| isNew | boolean |
| xcPendingExport | boolean |
| reviewKey |