{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Post API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Post", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Feed Elements, Post and Search", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/feed-elements", "params": [ { "name": "feedElementType", "value": "example_value", "type": "query", "description": "Feed elements are the top-level objects that a feed contains. The feed element type describes the characteristics of that feed element. One of these values:\nBundle—A container of feed elements. A bundle also has a body made up of message segments that can always be gracefully degraded to text-only values.\nFeedItem—A feed item has a single parent and is scoped to one community or across all communities. A feed item can have capabilities such as bookmarks, canvas, content, comment, link, poll. Feed items have a body made up of message segments that can always be gracefully degraded to text-only values.\nRecommendation—A recommendation is a feed element with a recommendations capability. A recommendation suggests records to follow, groups to join, or applications that are helpful to the context user." }, { "name": "subjectId", "value": "500123", "type": "query" }, { "name": "text", "value": "example_value", "type": "query" } ] }, "docs": "Feed item and comment bodies have a 10,000 character limit. Because this limit can change, we recommend that clients make a describeSObjects() call on the FeedItem or FeedComment object. To determine the maximum number of allowed characters, look at the length of the Body or CommentBody field.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element.htm" }, { "info": { "name": "Salesforce Feed Elements, Batch Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/feed-elements/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Post a batch of up to 500 feed elements.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element_batch_post.htm" }, { "info": { "name": "Salesforce List of Groups - Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/groups", "params": [ { "name": "name", "value": "Example Title", "type": "query" }, { "name": "visibility", "value": "example_value", "type": "query", "description": "PrivateAccess—Only members of the group can see posts to this group.\nPublicAccess—All users within the community can see posts to this group.\nUnlisted—Reserved for future use." }, { "name": "description", "value": "A sample description.", "type": "query" }, { "name": "information", "value": "example_value", "type": "query", "description": "If the group is private, the “Information” section is visible only to members." }, { "name": "isArchived", "value": "true", "type": "query" }, { "name": "isAutoArchiveDisabled", "value": "true", "type": "query", "description": "true if automatic archiving is turned off for the group, false otherwise. Defaults to false. If true, if there are no posts or comments for 90 days the group is archived." }, { "name": "isBroadcast", "value": "true", "type": "query", "description": "true if only group owners and managers can create posts in the group, false otherwise." }, { "name": "canHaveChatterGuests", "value": "true", "type": "query" } ] }, "docs": "A list of all the groups in the organization. Get information about groups or create a group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_ListOfGroups.htm" }, { "info": { "name": "Salesforce Group Members—private - Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/groups/:GROUP_ID/members/requests", "params": [ { "name": "GROUP_ID", "value": "500123", "type": "path" } ] }, "docs": "Request membership in a private group or get the status of requests to a join a private group.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_groups_GroupMembersRequests.htm" }, { "info": { "name": "Salesforce Following - Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/users/:USER_ID/following", "params": [ { "name": "subjectId", "value": "500123", "type": "query" }, { "name": "USER_ID", "value": "500123", "type": "path" } ] }, "docs": "Returns a list of people, groups, records, topics, and files that the specified user is following. Also used to follow records.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_FollowingUsers.htm?search_text=following" }, { "info": { "name": "Salesforce Integration Procedure Invocation Using Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/apexrest/:NAMESPACE/v1/integrationprocedure/:TYPE_SUBTYPE", "params": [ { "name": "NAMESPACE", "value": "example_value", "type": "path", "description": "The namespace is `omnistudio`, `vlocity_ins`, `vlocity_cmt`, or `vlocity_ps`" }, { "name": "TYPE_SUBTYPE", "value": "example_value", "type": "path", "description": "Type and SubType of the Integration Procedure separated by an underscore." } ] }, "docs": "Salesforce Integration Procedure Invocation Using Post" }, { "info": { "name": "Salesforce Post Tooling Sobject", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesforce Post Tooling Sobject" } ] } ], "bundled": true }