Skip to main content
Best Answer

Is there a way to get the email addresses that are being sent a schedule custom reports

  • September 20, 2024
  • 1 reply
  • 43 views

JeanetteMcVeigh
Hero III
Forum|alt.badge.img+7

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?

Best answer by DPatel

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. 

1 reply

Forum|alt.badge.img+2
  • Novice II
  • Answer
  • September 20, 2024

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.