Skip to main content

Hi. I would like to be able to get a list of reports along with the email addresses that are receiving scheduled reports. Is there any way to do this?

Hi there,

This would be obtainable if you are able to leverage API’s to support this.

The following API will provide you the ‘idReport’ off all Custom Reports that are setup.

 

The next API ‘Get Report Info’ will then allow you to place in the ‘idReport’ value and bring back the data pertaining to that Custom Report.

 

 

From the ‘Planning’ area of the Response and recipients, this will detail each email address assigned to that Report.

 

 

You can then loop through each Custom Report ID to then obtain the recipients email addresses that are tied to that Custom Report. 


Reply