Description Usage Arguments Value Author(s)
For internal use.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | rforcecom.api.getSoapEndpoint(apiVersion)
rforcecom.api.getRestEndpoint(apiVersion)
rforcecom.api.getSoqlEndpoint(apiVersion)
rforcecom.api.getSoslEndpoint(apiVersion)
rforcecom.api.getObjectListEndpoint(apiVersion)
rforcecom.api.getObjectDescriptionEndpoint(apiVersion, objectName)
rforcecom.api.getObjectEndpoint(apiVersion, objectName)
rforcecom.api.getRecordEndpoint(apiVersion, objectName, id)
rforcecom.api.getFieldEndpoint(apiVersion, objectName, field)
rforcecom.api.getExternalIdFieldEndpoint(apiVersion, objectName, field, id)
|
apiVersion |
An REST API or SOAP API version to connect. (ex: "34.0". As of Oct. 2015) |
objectName |
An object name. (ex: "Account", "Contact", "CustomObject__c") |
field |
A field name. (ex: "Id", "Name", "Industry", "AnnualRevenue") |
id |
A record ID. (ex: "999x000000xxxxxZZZ") |
Return values depends on the function used.
Takekatsu Hiramura <thira@plavox.info>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.