Get booth's latest values for tags
Allows you to retrieve the latest values for a given set of tags for a specific booth
Path parameters
-
id
string Required id of the booth
GET
/api/booths/{id}/latest_values_for
curl \
--request GET 'http://localhost:4000/api/booths/{id}/latest_values_for?tags=string' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"tag_name": {
"name": "string",
"system_time": "string",
"value": "string"
}
}
}
Response examples (400)
{
"error": "Error Reason"
}
Response examples (400)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}