{ "opencollection": "1.0.0", "info": { "name": "Helpcenter CommunityPreferences API", "version": "1.0.0" }, "items": [ { "info": { "name": "CommunityPreferences", "type": "folder" }, "items": [ { "info": { "name": "Get community preferences", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/communityPreferences" }, "docs": "This API fetches the settings defined for the user community in your help desk portal." }, { "info": { "name": "Set community preferences", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/communityPreferences", "body": { "type": "json", "data": "{}" } }, "docs": "This API helps define the settings for the user community in your help desk portal." }, { "info": { "name": "Get moderation stats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/communityModeration/counts" }, "docs": "This API fetches statistics related to topic/comment moderation in the user community." } ] } ], "bundled": true }