mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
73 lines
2.8 KiB
JSON
73 lines
2.8 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"usage"
|
||
],
|
||
"title": "IdeaReputation - Data API",
|
||
"description": "Represents a collection of statistics and scores derived from a user’s activity within an Ideas zone or internal organization. This object is available in API version 28.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"CommentCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of comments a user has created in a zone or the internal organization. This number excludes comments the user creates on his or her own idea."
|
||
},
|
||
"CommentsReceivedCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of comments a user has received in a zone or the internal organization."
|
||
},
|
||
"ContextId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Namepointing, Nillable, Sort",
|
||
"description": "The ID of the zone or internal organization."
|
||
},
|
||
"DownVotesGivenCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of down votes a user has given in a zone or the internal organization."
|
||
},
|
||
"DownVotesReceivedCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of down votes a user has received in a zone or the internal organization."
|
||
},
|
||
"IdeaCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of ideas a user has created in a zone or the internal organization."
|
||
},
|
||
"ReputationLevel": {
|
||
"type": "string",
|
||
"properties": "Nillable",
|
||
"description": "The reputation level that a user has achieved based on their score in a zone or within an organization."
|
||
},
|
||
"Score": {
|
||
"type": "double",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The total score of a user’s activity within a zone or within an organization."
|
||
},
|
||
"UpVotesGivenCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of up votes a user has given in a zone or the internal organization. This number doesn’t include the default vote the system applies when the user creates the idea."
|
||
},
|
||
"UpVotesReceivedCount": {
|
||
"type": "int",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The number of up votes a user has received in a zone or the internal organization."
|
||
},
|
||
"UserId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The user ID associated with the reputation."
|
||
}
|
||
},
|
||
"usage": "Use to query a user’s reputation within a zone."
|
||
} |