Download Report (XLSX) by ID
documentedFetch a report’s data in XLSX format by ID.
GET /data_view/{id}/data.xlsxReportsno 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://secure.workbooks.com/data_view/{{$id}}/data.xlsx" \
-X GET \
-H "Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"