function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shavi DabgotraShavi Dabgotra 

How to get the field value/ API value of Billing State Picklist Value.

Hi everyone,
I have enable the state and country picklist. In Account object, Biiling state and Billing Country as Picklist Value. I want the value of picklist.
How can I get this,
Thank you in Advance! 
 
VinayVinay (Salesforce Developers) 
Hi Shavi,

You can try below
/services/data/v49.0/sobjects/Account/describe
Check below references:

https://help.salesforce.com/articleView?id=admin_state_country_picklists_integ_values.htm&type=5
https://salesforce.stackexchange.com/questions/4462/get-lists-of-dependent-picklist-options-in-apex/4876#4876
https://salesforce.stackexchange.com/questions/223117/how-do-i-retrieve-country-and-state-picklist-values-addresssettings-via-api

Thanks,