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
string Required id of the booth
GET
/api/booths/{id}/export_csv
curl \
--request GET 'http://localhost:4000/api/booths/{id}/export_csv' \
--header "Authorization: $API_KEY"
Response examples (400)
{
"error": "Error Reason"
}
Response examples (400)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}