Report Exporter
documentedExport reports to a file using a Freemarker template (exported file is created for later download).
POST /Integration-Server/ExpensifyIntegrationsReportsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://integrations.expensify.com/Integration-Server/ExpensifyIntegrations" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'requestJobDescription={"type":"create","credentials":{"partnerUserID":"{{EXPENSIFY_PARTNER_USER_ID}}","partnerUserSecret":"{{EXPENSIFY_PARTNER_USER_SECRET}}"},"inputSettings":{"type":"policy","policyName":"{{$policyName}}"}}'