如何使用 REST API 在 SalesForce 中获取潜在客户详细信息?

How to get leads details in SalesForce with the REST API?

是否可以使用 SalesForce 提供的 REST API 获取所有潜在客户的列表及其所有详细信息?

当然可以,借助 SOQL 查询。

阅读此处:https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_query.htm

示例:POST https://instance_name.salesforce.com/services/data/v40.0/query?q=SELECT Id,FirstName,LastName FROM Lead