开发者

How to get fields in page layout

Using the REST开发者_如何转开发 API in Salesforce, I want to get a list of the fields in a page layout. Does anyone have any idea how I do this?


As of API version 28.0 (Summer '13), you can get the page layouts using /sobjects/<object>/describe/layouts/<recordtypeid>, e.g. /services/data/v28.0/sobjects/Account/describe/layouts/012A00000004vpXIAQ


You can't do this from the REST API, you can get it from the describeLayout call in the SOAP API.


I'm not sure if the REST API can accomplish this, however you could use the Salesforce metadata API to do it.


You can do with rest api by calling object request.

curl https://***yourInstance***.salesforce.com/services/data/v35.0/sobjects/Global/describe/layouts/ -H "Authorization: Bearer token"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜