Calling DELETE on your apex endpoint
Path to reach your REST Apex resource. E.g Account/accountId
Type: string
entity data
Type: string
deletes an SObject instance
Version of API you are calling
Type: string
The ID of the SObject to delete
Type: array
[ "string" ]
Name of the salesforce Object
Type: string
describe a new instance of SObject entity
Version of API you are calling
Type: string
Name of the salesforce Object
Type: string
Calling GET on your apex endpoint
Path to reach your REST Apex resource. E.g Account/accountId
Type: string
entity data
Type: string
Retrieves the list of individual records that have been deleted within the given timespan for SObject
Version of API you are calling
Type: string
The end time of the timespan for which to retrieve data. eg 2013-05-07T22:07:19.000+0000
Type: string
Name of the salesforce Object
Type: string
The start time of the timespan for which to retrieve data. eg 2013-05-07T22:07:19.000+0000
Type: string
Returns sf instances by id
Version of API you are calling
Type: string
The ID of the SObject to get
Type: array
[ "string" ]
Name of the salesforce Object
Type: string
Lists the available objects and their metadata for your organization’s data.
Retrieves the list of individual records that have been deleted within the given timespan for sobject
Version of API you are calling
Type: string
The end time of the timespan for which to retrieve data. eg 2013-05-07T22:07:19.000+0000
Type: string
Name of the salesforce Object
Type: string
The start time of the timespan for which to retrieve data. eg 2013-05-07T22:07:19.000+0000
Type: string
Calling POST on your apex endpoint
Path to reach your REST Apex resource. E.g Account/accountId
Type: string
entity data
Type: string
Calling PUT on your apex endpoint
Path to reach your REST Apex resource. E.g Account/accountId
Type: string
entity data
Type: string
updates an SObject instance
Version of API you are calling
Type: string
The ID of the SObject to update
Type: array
[ "string" ]
Name of the salesforce Object
Type: string
entity data
Type: string
Executes the specified SOQL query.If the query results are too large, the response contains the first batch of results and a query identifier in the nextRecordsUrl field of the response. The identifier can be used in an additional request to retrieve the next batch.
Type: string
A SOQL query.
Type: string
A SOQL query to get performance feedback on. Use explain instead of q to get a response that details how Salesforce will process your query.
Type: string
Executes the specified SOQL query. Unlike the Query resource, QueryAll will return records that have been deleted because of a merge or delete. QueryAll will also return information about archived Task and Event records. QueryAll is available in API version 29.0 and later.