The Review-response Object

A response to a review

AttributeTypeDescription
sourcestringSource of the review response
bodystringBody of the message.
uidstringPodium unique identifier for review_response.
siteAuthorNamestringName of the author of the site
isDeletedbooleanIndicate whether the review response is deleted
likeCountintegerNumber of likes the review response has received
publishDatestringWhen 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"
}