{ "sections": [ "title", "description", "fields", "usage" ], "title": "ChatterAnswersReputationLevel - Data API", "description": "Represents a reputation level within a Chatter Answers zone. This object is available in API version 26.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "CommunityID": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "ID of the zone for which you’re creating the reputation level." }, "Name": { "type": "string", "properties": "Create, Filter, Group, Sort, Update", "description": "Name of the reputation level." }, "Value": { "type": "int", "properties": "Create, Filter, Group, Sort, Update", "description": "Minimum number of points for this level." } }, "usage": "Use to create or edit reputation levels for the zone." }