{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Picklists API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Picklists", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Picklist Values for a Record Type", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/object-info/:objectApiName/picklist-values/:recordTypeId", "params": [ { "name": "objectApiName", "value": "", "type": "path", "description": "The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" }, { "name": "recordTypeId", "value": "500123", "type": "path", "description": "The record type ID or the string '012000000000000AAA' for the master record type" } ] }, "docs": "Returns picklist values for all picklist fields on an object for a given record type. Values include labels, valid values, and dependencies between picklist fields." } ] } ], "bundled": true }