Downloader API is returning the Template name and not the file

Nicolas_Dispatch
Nicolas_Dispatch Expensify Customer Posts: 8 Expensify Newcomer
edited April 2019 in Integrations and API

I'm trying to use the "Report Exporter" and "Downloader" APIs to return report data. However, the downloader API call is only returning the template name and not the actual content of the report. I've attached a screenshot from Postman, and the "Downloader" call is below:

https://integrations.expensify.com/Integration-Server/ExpensifyIntegrations?requestJobDescription={
 "type":"download",
 "credentials":{
 "partnerUserID":"USER_ID",
 "partnerUserSecret":"SECRET"
 },
 "fileName":"export99802ea5-f9a6-415c-bdd7-20bbd73a8230.json",
 "fileSystem":"integrationServer"
 }


Thanks in advance for the assistance,

Nicolas DiGiulio


Answers