Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Salesforce by (11.9k points)
edited by
Is it possible, with the REST API available from SalesForce, to get the list of all leads and all their details?

1 Answer

0 votes
by (32.1k points)

With the help of SOQL queries, you can do this.

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

Browse Categories

...