Export Dashboard via API | XM Community
Skip to main content
Question

Export Dashboard via API

  • October 10, 2024
  • 3 replies
  • 129 views

Forum|alt.badge.img

Hello,

i need to download the export of a specific Dashboard data using REST API, the same data that i can download from the Qualtrics UI.
What API i have to use?

Thanks in advance, 
Salvatore

3 replies

vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • 548 replies
  • October 10, 2024

As far as I know, there is no API to interact with dashboards’ datasets. You need to interact with survey responses or IDPs.


vgayraud
QPN Level 6 ●●●●●●
Forum|alt.badge.img+58
  • QPN Level 6 ●●●●●●
  • 548 replies
  • October 10, 2024

Long shot, but maybe you could do with a scheduled recurring email dashboard exportation. However, not all formats are supported in the email exportation.


Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1096 replies
  • October 10, 2024

@SalvatoreFerrigno 
1. There’s no dashboard export API, there’s only response export API https://api.qualtrics.com/u9e5lh4172v0v-survey-response-export-guide
So if your dashboard only come from 1 source you can use that API instead, there’s filter and everything within it.

2.. Schedule the email as @vgayraud can be another choice, but the formats are limited

3.. If you need to download thing exactly like how it is in the UI, you can try some automate browser like Selenium 

Hope this help