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

87 lines
2.2 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"usage",
"field_reference"
],
"title": "QuestionReportAbuse - Data API",
"description": "Represents a user-reported abuse on a Question in a Chatter Answers zone. This object is available in API version 24.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The name of the Question from which the user reported abuse."
},
"QuestionId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the Question from which the user reported abuse."
},
"Reason": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort",
"description": "The reason the user reported abuse on the Question, such as Spam, Hateful, or Inappropriate."
}
},
"usage": "Use this object to track user-reported abuse on questions created in a Chatter Answers zone.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Question Report Abuse ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"Name": {
"field_label": "Question Report Abuse",
"type": "string",
"length": "255"
},
"QuestionId": {
"field_label": "Question ID",
"type": "reference",
"length": "18"
},
"Reason": {
"field_label": "Reason",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}