Skip to main content

Score

{
"id": "integer",
"user": {
"id": "integer",
"username": "string",
"real_name": "string",
"email": "user@example.com",
"description": "string",
"avatar": "string",
"reputation": "integer"
},
"score": "string",
"reputation_type": "integer",
"reputation_type_description": "string",
"comment": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyA unique integer value identifying this score
userobjectfalseread-onlyThe user object
scorestringfalseread-onlyPositive or negative integer value
reputation_typeintegerfalseread-onlyInteger code
reputation_type_descriptionstringfalseread-onlyString description of the code
commentstring¦nullfalsenoneCustom comment for this score variation
created_byobjectfalseread-onlyThe moderator user

Reputation Types

reputation_typereputation_type_description
1gain_by_upvoted
10assigned_by_moderator
11gain_by_cancelling_contribute_moderation
12gain_by_make_post
13gain_by_make_first_level_comment
14gain_by_make_second_level_comment
15gain_by_connection
17gain_by_app_used
18gain_by_daily_visit
19gain_by_follower
20gain_by_unblock_account
-1lose_by_upvote_canceled
-11lose_by_contribute_moderation
-12lose_by_delete_post
-13lose_by_delete_first_level_comment
-14lose_by_delete_second_level_comment
-15lose_by_connection
-19lose_by_follower
-20lose_by_block_account