{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Objects API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Objects", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get List Views for an Object", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-info/:SOBJECT_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "API name of a UI API supported object." } ] }, "docs": "Get list views associated with an object." }, { "info": { "name": "Salesforce Get Record Data and Object Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/record-ui/:RECORD_IDS", "params": [ { "name": "RECORD_IDS", "value": "example_value", "type": "path", "description": "Comma-separated list of record IDs" } ] }, "docs": "Get layout information, metadata, and data to build UI for a single record or for a collection of records.\nThe response contains layout information for whichever layout types are specified in the layoutTypes parameter.\n\nIt contains data for the records specified in the recordIds parameter.\n\nThe response contains object metadata for the object types of the records specified in the recordIds parameter, and for any nested objects. For example, a request to /ui-api/record-ui/001RM000003RsOHYA0, whic" }, { "info": { "name": "Salesforce Get a Directory of Supported Objects", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/object-info" }, "docs": "Get a Salesforce org’s active theme. A theme uses colors, images, and banners to change the overall appearance of Salesforce. Administrators can define themes and switch themes to provide a different look. The User Interface API response matches the Admin’s selection." }, { "info": { "name": "Salesforce Get Object Metadata", "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", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" } ] }, "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 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 }