{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Recent API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recent", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Recently Viewed Records", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/recent", "params": [ { "name": "recentlyViewedCount", "value": "42", "type": "query", "description": "The number of recently viewed records to return. Defaults to 200. Maximum is 200.\n" } ] }, "docs": "Returns a list of recently viewed and referenced records for the currently authenticated user. Records are ordered by the most recently viewed first. Useful for building recently visited navigation features in custom applications.\n" } ] } ], "bundled": true }