Description

You can use the following APIs to pull data from your SFDC/Salesforce.com database:

Notes

  • You can use third-party tools such as URL Encode Decode to encode your SOQL Queries.

  • SFDC database can be accessed either via 1)SOQL queries/REST Apis or 2)JDBC Driver. The SOQL approach is in most cases (depending on your sfdc license) free or significantly cheaper, whereas pulling that data straight from Salesforce.com ’s database using JDBC driver is licensed and requires a per-user license.

  • Germain supports both approach.