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 of the booth
GET /api/booths/{id}/latest_values_for
curl \
-X GET http://localhost:4000/api/booths/{id}/latest_values_for?tags=string
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"
}