The review object

AttributeTypeDescription
author.idstringReview site's unique identifier for the author.
author.namestringName of the author.
responsesarrayResponse from the business to the reviewer.
responses[].bodystringResponse's body
responses[].createdAtstringWhen the response was created.
responses[].siteAuthorNamestringName of the response author.
uidstringPodium unique identifier for review.
locationsarrayPodium location that the review is associated to.
locations[].uidstringPodium unique identifier for location.
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.
createdAtstringWhen the review was created.
updatedAtstringWhen the review was last updated.
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[].userUidstringPodium unique identifier for user.
attributions[].apiClientUidstringPodium unique identifier for api client.
attributions[].reviewInvitationUidstringPodium unique identifier for review invitation.
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"
  },
  "responses": [
    {
      "body": "Thanks Joe for leaving us a review!",
      "createdAt": "2015-01-23T23:50:07Z",
      "siteAuthorName": "John Apple"
    }
  ],
  "uid": "00000000-0000-0000-0000-000000000000",
  "locations": [
    {
      "uid": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "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"
  },
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "attributions": [
    {
      "userUid": "00000000-0000-0000-0000-000000000000",
      "apiClientUid": "00000000-0000-0000-0000-000000000000",
      "reviewInvitationUid": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "isRecommendation": false,
  "needsResponse": false
}