A review attribution.
| Attribute | Type | Description |
|---|---|---|
| user.uid | string | Podium unique identifier for user. |
| uid | string | Podium unique identifier for review attribution. |
| createdAt | string | When the review was attributed. |
| updatedAt | string | When the attribution was updated |
| siteReviewId | string | Review site's unique identifier for the review posted. |
| editedByUser.uid | string | Podium unique identifier for user. |
| isDeleted | boolean | If the attribution is deleted |
| reviewInvite.uid | string | Podium 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"
}
}
