{ "opencollection": "1.0.0", "info": { "name": "Salesforce Analytics (CRM Analytics) REST Actions Comments API", "version": "63.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": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Get comments on a feed element", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v63.0/wave/chatter/feed-elements/:feedElementId/capabilities/comments/items", "params": [ { "name": "feedElementId", "value": "", "type": "path" } ] }, "docs": "Returns comments on a Chatter feed element." }, { "info": { "name": "Post a comment on a feed element", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v63.0/wave/chatter/feed-elements/:feedElementId/capabilities/comments/items", "params": [ { "name": "feedElementId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a comment to a Chatter feed element." } ] } ], "bundled": true }