{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Comments API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Feed Elements Capability, Comments Items", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/feed-elements/:FEED_ELEMENT_ID/capabilities/comments/items", "params": [ { "name": "text", "value": "example_value", "type": "query" }, { "name": "FEED_ELEMENT_ID", "value": "500123", "type": "path" } ] }, "docs": "Access comments for a feed element, or add a comment to a feed element.\nTo upload a binary file to attach to a comment, you must send it in a multipart/form-data request. To send the text of the comment, you can choose to include a JSON or XML rich input body part in the multipart/form-data request. Alternately, you can choose to pass the information in request parameter parts. For information about how to create the multipart/form-data message, see Uploading Binary Files.\n\nhttps://developer.sal" }, { "info": { "name": "Salesforce Comment", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/comments/:COMMENT_ID", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "COMMENT_ID", "value": "500123", "type": "path" } ] }, "docs": "Get information about, edit, or delete a comment.\nTo post a comment, use Feed Elements Capability, Comments Items.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" }, { "info": { "name": "Salesforce Comment - Edit", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/comments/:COMMENT_ID", "params": [ { "name": "COMMENT_ID", "value": "500123", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get information about, edit, or delete a comment.\nTo post a comment, use Feed Elements Capability, Comments Items.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" }, { "info": { "name": "Salesforce Comment - Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/comments/:COMMENT_ID", "params": [ { "name": "COMMENT_ID", "value": "500123", "type": "path" } ] }, "docs": "Get information about, edit, or delete a comment.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_comments_specific.htm#connect_resources_comments_specific" } ] } ], "bundled": true }