Having full page receipts in the report PDF - via API

Hi guys,
We have established Expensify integration that brings the approved reports and the PDF itself
From some reason the report includes only small size report receipts, while in manual download it's possible to have it as full size
Any idea how this can be setup as default via the API as well?
Many thanks
Answers
-
Matt Moore Expensify Customer, Expensify Success Coach - Admin, Expensify Team Posts: 132 Expensify Team
Hey @erakauf thanks for posting!
Can you go to https://integrations.expensify.com/Integration-Server/doc/#report-exporter, search for
includeFullPageReceiptsPdf
"outputSettings":{ "fileExtension":"pdf", "includeFullPageReceiptsPdf":true },
You'll want something like this in your request ^
Just FYI, it's not recommended practice to export full sized PDFs every time because Expensify was built to reduce the need to track copies of receipts. If this is for auditing purposes, I recommend setting up someone with the Auditor role so they can get view-access to all receipts.
Cheers and good luck!