You are here

14 calls to RestClient::apiCall() in Salesforce Suite 8.3

RestClient::getDeleted in src/Rest/RestClient.php
Retrieves objects deleted within the given timeframe.
RestClient::getUpdated in src/Rest/RestClient.php
Return a list of SFIDs for the given object for the given timeframe.
RestClient::listResources in src/Rest/RestClient.php
Return a list of available resources for the configured API version.
RestClient::objectCreate in src/Rest/RestClient.php
Create a new object of the given type.
RestClient::objectDelete in src/Rest/RestClient.php
Delete a Salesforce object.
RestClient::objectDescribe in src/Rest/RestClient.php
Retrieve all the metadata for an object.
RestClient::objectRead in src/Rest/RestClient.php
Return a fullly loaded Salesforce object.
RestClient::objectReadbyExternalId in src/Rest/RestClient.php
Return a full loaded Salesforce object from External ID.
RestClient::objects in src/Rest/RestClient.php
Available objects and their metadata for your organization's data.
RestClient::objectUpdate in src/Rest/RestClient.php
Update an existing object.
RestClient::objectUpsert in src/Rest/RestClient.php
Create new records or update existing records.
RestClient::query in src/Rest/RestClient.php
Use SOQL to get objects based on query string.
RestClient::queryAll in src/Rest/RestClient.php
Same as ::query(), but also returns deleted or archived records.
RestClient::queryMore in src/Rest/RestClient.php
Given a select query result, fetch the next results set, if it exists.