InEvent Developers
  • Introduction
    • Company environment
    • Event environment
    • Regions
  • Best practices
  • Data types
  • Spreadsheet reports
  • Changelog
  • API Reference
  • AUTHENTICATION
    • How it works
    • Permission levels
    • Token scopes
    • Access token
  • Event API
    • Creating events
    • Editing events
    • Listing events
    • Custom domain
  • Attendee API
    • Creating attendees
    • Editing attendees
    • Removing attendees
    • Listing attendees
Powered by GitBook
On this page

Spreadsheet reports

Spreadsheet reports can be generated on selected endpoints -- usually the ones ending with .find -- and can be triggered by sending a query attribute format with value excel-daemon. They take a while to generate -- can be several minutes depending on the data size -- and can be accessed via company dashboard on Reports > Download center or via API.

To access spreadsheet reports via API, you can run the following API call:

curl --request GET \
     --url 'https://api.inevent.com/?action=download.find&tokenID=YOUR_TOKEN_HERE&companyID=YOUR_COMPANY_ID_HERE' \
     --header 'Accept: application/json'
PreviousData typesNextHow it works

Last updated 8 months ago