{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Object Info API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Object Info", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Object Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/object-info/:objectApiName", "params": [ { "name": "objectApiName", "value": "", "type": "path", "description": "The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" } ] }, "docs": "Returns metadata about a Salesforce object including its fields, their types, labels, whether they are required or read-only, their reference targets, and the object's CRUD permissions. Used by Lightning components to build dynamic forms." } ] } ], "bundled": true }