A response to a review
Attribute | Type | Description |
---|---|---|
source | string | Source of the review response |
body | string | Body of the message. |
uid | string | Podium unique identifier for review_response. |
siteAuthorName | string | Name of the author of the site |
isDeleted | boolean | Indicate whether the review response is deleted |
likeCount | integer | Number of likes the review response has received |
publishDate | string | When the review response was published |
{
"source": "EXTERNAL",
"body": "Thank you for the kind review!",
"uid": "00000000-0000-0000-0000-000000000000",
"siteAuthorName": "Happy Place Furniture",
"isDeleted": false,
"likeCount": 0,
"publishDate": "2015-01-23T23:50:07Z"
}