{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Suggestions API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Suggestions", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Lookup Field Suggestions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/lookups/:SOBJECT_API_NAME/:FIELD_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "sObject API name" }, { "name": "FIELD_API_NAME", "value": "example_value", "type": "path", "description": "Field API name" } ] }, "docs": "When a user edits a lookup field, use this resource to search for and display suggestions. You can search for most recently used matches, for matching names, or for any match in a searchable field. You can also specify lookup filter bindings for dependent lookups." }, { "info": { "name": "Salesforce Get Lookup Field Suggestions for a Specified Object", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/lookups/:SOBJECT_API_NAME/:FIELD_API_NAME/:TARGET_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "The API name of a source object." }, { "name": "FIELD_API_NAME", "value": "example_value", "type": "path", "description": "The API name of a lookup field on the source object." }, { "name": "TARGET_API_NAME", "value": "example_value", "type": "path", "description": "The API name of the target (lookup) object." } ] }, "docs": "When a user edits a lookup field, use this resource to search for and display suggestions for a specified object. You can search for most recently used matches, for matching names, or for any match in a searchable field. You can also specify lookup filter bindings for dependent lookups." } ] } ], "bundled": true }