This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c4c557  Added information for getReportDescription API. (#2538)
9c4c557 is described below

commit 9c4c557ff22840bd2fd7610f5a844af86fab6d30
Author: nshendye <nshen...@users.noreply.github.com>
AuthorDate: Thu Sep 27 13:26:33 2018 +0530

    Added information for getReportDescription API. (#2538)
---
 .../camel-salesforce-component/src/main/docs/salesforce-component.adoc   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index 1608b0b..061643b 100644
--- 
a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ 
b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -183,6 +183,7 @@ You can use the following for `operationName`:
 * getQueryResultIds - Gets a list of Result Ids for a Batch Query
 * getQueryResult - Gets results for a Result Id
 * getRecentReports - Gets up to 200 of the reports you most recently viewed by 
sending a GET request to the Report List resource.
+* getReportDescription - Retrieves the report, report type, and related 
metadata for a report, either in a tabular or summary or matrix format.
 * executeSyncReport - Runs a report synchronously with or without changing 
filters and returns the latest summary data.
 * executeAsyncReport - Runs an instance of a report asynchronously with or 
without filters and returns the summary data with or without details.
 * getReportInstances - Returns a list of instances for a report that you 
requested to be run asynchronously. Each item in the list is treated as a 
separate instance of the report.

Reply via email to