The review object

AttributeTypeDescription
author.idstringReview site's unique identifier for the author.
author.namestringName of the author.
review.bodystringComments left as a part of the review.
review.urlstringURL for the individual review that was posted.
review.ratingnumberRating on 5 star scale. 5 = high; 1 = low. Note that recommendations have adjusted scores of 5 for recommended; 1 for not recommended.
review.siteNamestringName of the review site.
review.siteReviewIdstringReview site's unique identifier for the review posted.
uidstringPodium unique identifier for review.
createdAtstringWhen the review was created.
updatedAtstringWhen the review was last updated.
locationsarrayPodium location that the review is associated to.
locations[].uidstringPodium unique identifier for location.
responsesarrayResponse from the business to the reviewer.
responses[].bodystringResponse's body
responses[].createdAtstringWhen the response was created.
responses[].siteAuthorNamestringName of the response author.
attributionsarrayPodium user that has been attributed to the review rating e.g. technician that visited the client would be associated to the review rating.
attributions[].reviewInvitationUidstringPodium unique identifier for review invitation.
attributions[].userUidstringPodium unique identifier for user.
attributions[].apiClientUidstringPodium unique identifier for api client.
isRecommendationbooleanWhether or not the review is recommendation based, as opposed to being a star rating.
needsResponsebooleanWhether or not the review needs a response.
{
  "author": {
    "id": "2412341",
    "name": "Joe Orange"
  },
  "review": {
    "body": "We love our new sofa from Sofa Plus! It is comfortable and stylish.",
    "url": "https://www.podium.com/",
    "rating": 5,
    "siteName": "Google",
    "siteReviewId": "2390afs293fj"
  },
  "uid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "locations": [
    {
      "uid": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "responses": [
    {
      "body": "Thanks Joe for leaving us a review!",
      "createdAt": "2015-01-23T23:50:07Z",
      "siteAuthorName": "John Apple"
    }
  ],
  "attributions": [
    {
      "reviewInvitationUid": "00000000-0000-0000-0000-000000000000",
      "userUid": "00000000-0000-0000-0000-000000000000",
      "apiClientUid": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "isRecommendation": false,
  "needsResponse": false
}