Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Get Values for a Picklist Field

If a field’s dataType property is equal to Picklist or MultiPicklist, use this resource to get its values.
Resource
1/ui-api/object-info/{objectApiName}/picklist-values/{recordTypeId}/{fieldApiName}
  • objectApiName—The API name of a supported object.
  • recordTypeId—The ID of the record type.
  • fieldApiName—The API name of the picklist field on the object.
Available Version
41.0
HTTP Method
GET
Response Body
Picklist Values