Download report as PNG through API

Hello

Not sure if this is out the scope but I would love a possibility to be able to download one of my reports through an API call as a PNG .

And perhaps even being able to use it in an automation from Fibery to send out an email with attached report.

Hi!
In fact that’s possible already :slight_smile:

POST:

https://your-account.fibery.io/api/vizydrop/api/v1/sources/6112961711c64d15994e95aa/update/notify

GET

https://your-account.fibery.io/api/vizydrop/api/v2/drops/6112961711c64de8eb4e95ab/reportData/png?applyUserFilters=true

You can change png to json or csv

Authorisation is standard

Hope, that helps :wink:

3 Likes

Hi, thanks for the reply.

I might be blind but I can’t find anything about this in the documentation.

I was unsure how I found the report ID but I found it inspecting the API request when downloading it manually, not sure if this is correct but it works.

Thank you!

1 Like

There is nothing about it in fact, as it’s a workaround
I’ve updated our help article and added that as an action to our backlog :sparkling_heart:

2 Likes

@Polina_Zenevich Taking a look at doing this myself, is there any more information on finding the id’s?