{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Relevant API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Relevant", "type": "folder" }, "items": [ { "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, " } ] } ], "bundled": true }