Export booth data
Allows you to download a CSV file with the last 72 hours of data that a given booth emitted.
Path parameters
-
id of the booth
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"
}