{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Field API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Field", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Lookup Field Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/actions/lookup/:SOBJECT_API_NAMES", "params": [ { "name": "SOBJECT_API_NAMES", "value": "example_value", "type": "path", "description": "A lookup field name, or a comma-delimited list of lookup field names." } ] }, "docs": "Get the actions on Lightning pages (FlexiPages)." }, { "info": { "name": "Salesforce Get Values for a Picklist Field", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID/:FIELD_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "Object API Name" }, { "name": "RECORD_TYPE_ID", "value": "500123", "type": "path", "description": "Record type Id. Use `012000000000000AAA` as default when there are no custom record types." }, { "name": "FIELD_API_NAME", "value": "example_value", "type": "path", "description": "Field API Name (optional)" } ] }, "docs": "Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme." }, { "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 }