{ "opencollection": "1.0.0", "info": { "name": "Salesforce Sales Cloud Salesforce Analytics REST Change Events Recently Viewed API", "version": "59.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.salesforce.com/services/oauth2/authorize", "accessTokenUrl": "https://login.salesforce.com/services/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Recently Viewed", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Sales Cloud Get recently viewed items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v59.0/analytics/recent", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Gets the most recently accessed items that were viewed or referenced by the current user. Items are returned for every object type that the user has recently accessed." } ] } ], "bundled": true }