{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Applications API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Oauth App Users", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/services/data/v64.0/apps/oauth/usage//users", "headers": [ { "name": "Authorization", "value": "example_value" } ], "params": [ { "name": "page", "value": "10", "type": "query", "description": "Page number for the usage information. Defaults to 0." }, { "name": "pageSize", "value": "10", "type": "query", "description": "Number of usage entries per page. Defaults to 100." } ] }, "docs": "Lists all users for the external client app indicated by the app ID. See [OAuth Users by App ID](https://developer.salesforce.com/docs/atlas.en-us.246.0.chatterapi.meta/chatterapi/connect_resources_usage_app_id_users.htm)." }, { "info": { "name": "Salesforce Oauth App Users Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/services/data/v64.0/apps/oauth/usage///tokens", "headers": [ { "name": "Authorization", "value": "example_value" } ] }, "docs": "Lists all tokens for a user of the external client app. See [Refresh Token by User and App](https://developer.salesforce.com/docs/atlas.en-us.246.0.chatterapi.meta/chatterapi/connect_resources_usage_app_id_user_id_tokens.htm)." }, { "info": { "name": "Salesforce Lightning Usage by App Type", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/LightningUsageByAppTypeMetrics", "headers": [ { "name": "Content-Type", "value": "example_value" } ] }, "docs": "Return the total number of Lightning Experience and Salesforce Mobile users.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_lightning_usagebyapptypemetrics.htm" }, { "info": { "name": "Salesforce Get Apps", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/apps", "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": "Get metadata for all the apps a user has access to. Metadata for the selected app includes tabs on the app’s navigation bar. Metadata for other apps doesn’t include tabs on the navigation bar." }, { "info": { "name": "Salesforce Get an App", "type": "http" }, "http": { "method": "GET", "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": "Get metadata about an app." }, { "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 }