{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Last API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Last", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Update Last Selected App", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/apps/:APP_ID", "params": [ { "name": "formFactor", "value": "example_value", "type": "query", "description": "The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)" }, { "name": "APP_ID", "value": "500123", "type": "path", "description": "Application ID" } ] }, "docs": "Returns metadata for an app, and saves an app as the last selected for a user." }, { "info": { "name": "Salesforce Get Last Selected App", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/apps/selected", "params": [ { "name": "formFactor", "value": "example_value", "type": "query", "description": "The form factor for each app that the user has access to (`Large`, `Medium` or `Small`)" } ] }, "docs": "Retrieves the app the current user last selected or the app the user sees by default." } ] } ], "bundled": true }