GET
/api/booths/{id}/revision_history
curl \
--request GET 'http://localhost:4000/api/booths/{id}/revision_history' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"firmware_versions": [
{
"installed_at": "string",
"version": "string"
}
],
"program_versions": [
{
"installed_at": "string",
"version": "string"
}
]
}
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (403)
{
"error": "Error Reason"
}
Response examples (403)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}