function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Inanskar007Inanskar007 

How to get all the filter conditions used in existing reports

Hi I have 1000 reports and I want to get the all the filter conditions used in these reports. Is there any way to get all the filter conditions used in my reports at a single point of time.

Also, is there any way that i can save all the filter conditions for the 1000 reports in a spreadsheet.

Thanks in Advance.
Alexandre BenitaAlexandre Benita
Hi,

You can use the "Describe" action from the Reporting REST api.

You'll find hereafter the documentation:
https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_get_reportmetadata.htm (https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_get_reportmetadata.htm" target="_blank)

As I know, it's the only way to access the report definition.

Regards,

Alex