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
Brooke OBrienBrooke OBrien 

Query of reports using record type in filters

We have about 12,000 reports in our Org. Some of them reference opportunity record types, some of them do not. We are about to add two new record types to our opportunity object and users will need to update their filters to include the new record types, in addition to the old ones. Is there a way I can use the REST API to GET all the report IDs for reports in our org where the opportunity record type IDs are utilized in the report filters? If the API won't work, any other ideas?