Skip to main content

Rating data model

This is a JSON object with the following fields:

Name
Type
Description
Required
accountIdStringThe account that rated the content.Yes
contentIdStringThe ID of the content being rated.Yes
ratingIntegerThe rating.Yes
userIdStringThe user that rated the content.No

Example

JS
{
    "contentId":"LYS987654",
    "accountId":"234521354",
    "userId":"usr12345",
    "rating":5
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.