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

33 lines
1.3 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"usage"
],
"title": "IdeaReputationLevel - Data API",
"description": "Represents a reputation level within an Ideas zone or internal organization and is used by the system to calculate reputation. You can create up to 25 levels per zone or internal organization. This object is available in API version 28.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ContextId": {
"type": "reference",
"properties": "Create, Filter, Group, Namepointing, Sort, Update",
"description": "The ID of the zone or internal organization."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Name of the reputation level. The name must be unique within the zone or internal organization. Maximum size is 50 characters."
},
"Threshold": {
"type": "int",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Minimum number of points for this level. The threshold must be unique within the zone or internal organization and must be greater than or equal to zero."
}
},
"usage": "Use to create or edit reputation levels for an Ideas zone or internal organization."
}