获取 Salesforce 帐户字段

编程入门 行业动态 更新时间:2024-10-23 18:34:31
本文介绍了获取 Salesforce 帐户字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我正在使用 Salesforce API 制定规范我搜索了很多,但没有找到我可以使用 GET 方法检索的字段列表有人可以提供给我这个列表的链接吗?

我刚刚找到这个链接

I am doing the specifications using Salesforce API I searched so much but didn't find the list of fields that i could retrieve using GET method Someone could provide me the link that give me this list please ?

I just found this link https://developer.salesforce/docs/atlas.en-us.api_rest.meta/api_rest/dome_get_field_values.htm

Thank you

解决方案

You need to use a "describe" call. It'll return a list of all objects your user can see in the org and it'll include links how to get more detailed info about all fields on say Account. (you can jump straight to describing an Account if you want, the links are constructed in a predictable pattern)

"Describes" are limited to what your Profile can see so if the profile lacks the "Read" checkbox on some object - it won't appear in the results.

Go to https://workbench.developerforce for example and experiment (from menu select Utilities -> REST explorer)

Base call that lists all APIs available to you: /services/data/v41.0 List of all sObjects & links to obtain more info about them: /services/data/v41.0/sobjects Detailed info about Account, including fields: /services/data/v41.0/sobjects/Account/describe

这篇关于获取 Salesforce 帐户字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-18 13:40:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/938564.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:字段   帐户   Salesforce

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!