afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/ChatterAnswersActivity.json

108 lines
4.3 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"usage"
],
"title": "ChatterAnswersActivity - Data API",
"description": "Represents the reputation of a User in Chatter Answers zones.This object is available in API version 25.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"BestAnswerReceivedCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of best answers the User has received from other users."
},
"BestAnswerSelectedCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of best answers the User has selected."
},
"QuestionsCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of Question records posted by the User."
},
"QuestionSubscrCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of Question records the User has selected to follow."
},
"QuestionSubscrReceivedCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of users following Question records posted by the User."
},
"QuestionUpVotesCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of up votes the User has marked on Question records posted by other users."
},
"QuestionUpVotesReceivedCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of up votes the User has received from other users on the Question records he or she has posted."
},
"RepliesCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of Reply records posted by the User."
},
"ReplyDownVotesCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of down votes the User has marked on Reply records posted by other users."
},
"ReplyDownVotesReceivedCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of down votes the User has received from other users on the Reply records he or she has posted."
},
"ReplyUpVotesCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of up votes the User has marked on the Reply records posted by other users."
},
"ReplyUpVotesReceivedCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of up votes the User has received from other users on the Reply records he or she has posted."
},
"ReportAbuseOnQuestionsCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of abuses that the User has reported on Question records posted by other users."
},
"ReportAbuseOnRepliesCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of abuses that the User has reported on Reply records posted by other users."
},
"ReportAbuseReceivedOnQnCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of abuses reported by other users on the Question records posted by the User."
},
"ReportAbuseReceivedOnReCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "the number of abuses reported by other users on the Reply records posted by the User."
},
"UserId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "The User ID associated with this reputation."
},
"CommunityId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID for the zone associated with this reputation."
}
},
"usage": "Use this object to view metrics on User activity in Chatter Answers. For example, you can use the ChatterAnswersActivity object to view the number of Question records a user is following in Chatter Answers zones."
}