{ "opencollection": "1.0.0", "info": { "name": "Salesforce Experience Cloud Salesforce CMS Connect Actions Moderation API", "version": "59.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.salesforce.com/services/oauth2/authorize", "accessTokenUrl": "https://login.salesforce.com/services/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Moderation", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Experience Cloud Get Flagged Elements", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v59.0/connect/cms/communities/:communityId/moderation/flagged-elements", "params": [ { "name": "communityId", "value": "", "type": "path", "description": "The ID of the Experience Cloud site (community)" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of items to return per page (default 25, max 100)" }, { "name": "pageToken", "value": "", "type": "query", "description": "Token for retrieving the next page of results" }, { "name": "visibility", "value": "", "type": "query", "description": "Filter by flagged element visibility" } ] }, "docs": "Returns content that has been flagged for moderation within the Experience Cloud site. Requires moderation permissions." } ] } ], "bundled": true }