The Review-attribution Object

A review attribution.

AttributeTypeDescription
user.uidstringPodium unique identifier for user.
uidstringPodium unique identifier for review attribution.
createdAtstringWhen the review was attributed.
updatedAtstringWhen the attribution was updated
siteReviewIdstringReview site's unique identifier for the review posted.
editedByUser.uidstringPodium unique identifier for user.
isDeletedbooleanIf the attribution is deleted
reviewInvite.uidstringPodium unique identifier for review invite.
{
  "user": {
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "uid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "siteReviewId": "",
  "editedByUser": {
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "isDeleted": false,
  "reviewInvite": {
    "uid": "00000000-0000-0000-0000-000000000000"
  }
}