Export booth data

GET /api/booths/{id}/export_csv

Allows you to download a CSV file with the last 72 hours of data that a given booth emitted.

Path parameters

  • id string Required

    id of the booth

Responses

  • OK

  • Bad request

    Hide response attribute Show response attribute object
    • error string

      Human readable version of the error status code

  • Unauthorized

    Hide response attribute Show response attribute object
    • error string

      Human readable version of the error status code

GET /api/booths/{id}/export_csv
curl \
 -X GET http://localhost:4000/api/booths/{id}/export_csv
Response examples (400)
{
  "error": "Error Reason"
}
Response examples (400)
{
  "error": "Error Reason"
}
Response examples (401)
{
  "error": "Error Reason"
}
Response examples (401)
{
  "error": "Error Reason"
}