{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Items API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Items", "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 List Event Relay Feedback Items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/query", "params": [ { "name": "q", "value": "example_value", "type": "query" } ] }, "docs": "Salesforce List Event Relay Feedback Items" }, { "info": { "name": "Salesforce Recently Viewed Items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/recent", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "limit", "value": "example_value", "type": "query" }, { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" } ] }, "docs": "Gets the most recently accessed items that were viewed or referenced by the current user. Salesforce stores information about record views in the interface and uses it to generate a list of recently viewed and referenced records, such as in the sidebar and for the auto-complete options in search.\n\nThis resource only accesses most recently used item information. If you want to modify the list of recently viewed items, you’ll need to update recently viewed information directly by using a SOQL Quer" }, { "info": { "name": "Salesforce Relevant Items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/relevantItems", "headers": [ { "name": "Content-Type", "value": "example_value" } ] }, "docs": "Gets the current user’s most relevant items. Relevant items include records for objects in the user’s global search scope and also most recently used (MRU) objects.\nRelevant items include up to 50 of the most recently viewed or updated records for each object in the user’s global search scope.\nNote\nThe user’s global search scope includes the objects the user interacted with most in the last 30 days, including objects the user pinned from the search results page in the Salesforce Classic.\n\nThen, " }, { "info": { "name": "Salesforce Get Personalized Navigation Items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/apps/:APP_ID/user-nav-items", "params": [ { "name": "APP_ID", "value": "500123", "type": "path", "description": "Application ID" } ] }, "docs": "Get a user’s personalized navigation items (tabs)." }, { "info": { "name": "Salesforce Update Personalized Navigation Items", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/apps/:APP_ID/user-nav-items", "params": [ { "name": "APP_ID", "value": "500123", "type": "path", "description": "Application ID" } ] }, "docs": "Updates the order of a user’s personalized navigation items (tabs) and adds a navigation item to the list in the order specified." }, { "info": { "name": "Salesforce Get All Navigation Items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/nav-items" }, "docs": "Gets all navigation items (tabs) that the user has access to." } ] } ], "bundled": true }