Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
REST APIを使用して、salesforceのフィールドからすべての選択リスト値を取得しようとしています。それは可能ですか?もしそうなら、それはどのように行うことができますか?
ありがとう、
ラージ。
とても簡単です。次のようなリソースにアクセスする必要があります:(必要な/services/data/v26.0/sobjects/Opportunity/describeオブジェクトを使用してください)JSON応答にはfieldsノードが含まれます:
/services/data/v26.0/sobjects/Opportunity/describe
fields