Rating data model
This is a JSON object with the following fields:
Name | Type | Description | Required |
---|---|---|---|
accountId | String | The account that rated the content. | Yes |
contentId | String | The ID of the content being rated. | Yes |
rating | Integer | The rating. | Yes |
userId | String | The user that rated the content. | No |
Example
{
"contentId":"LYS987654",
"accountId":"234521354",
"userId":"usr12345",
"rating":5
}