Get booth by id
Allows you to retrieve the details of a booth under your account, given its ID.
Path parameters
-
id
string Required the ID of the booth to retrieve
GET
/api/booths/{id}
curl \
--request GET 'http://localhost:4000/api/booths/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"id": "3317efbd-0049-48d4-bb7f-4fd45315323b",
"name": "Test Booth",
"width": "13.5",
"height": "10.83",
"length": "20",
"status": "active",
"bay_count": "two",
"account_id": "bbb97bc4-9f09-4f56-b9f6-18563055d195",
"brand_name": "chinook",
"created_at": "2023-08-06T00:00:00Z",
"motor_size": "7.5",
"burner_size": ".997",
"external_id": "ABCDEFGH",
"facility_id": "eea97bc4-9f09-4f56-b9f6-18563055d195",
"plc_program": "2152_IIOT_20240104",
"account_name": "Generic Collision Center",
"model_number": "10580",
"facility_name": "Warehouse",
"serial_number": "ABCD-123-123",
"last_updated_at": "2023-09-06T08:00:00Z",
"plc_program_revision": "14C"
}
Response examples (200)
{
"id": "3317efbd-0049-48d4-bb7f-4fd45315323b",
"name": "Test Booth",
"width": "13.5",
"height": "10.83",
"length": "20",
"status": "active",
"bay_count": "two",
"account_id": "bbb97bc4-9f09-4f56-b9f6-18563055d195",
"brand_name": "chinook",
"created_at": "2023-08-06T00:00:00Z",
"motor_size": "7.5",
"burner_size": ".997",
"external_id": "ABCDEFGH",
"facility_id": "eea97bc4-9f09-4f56-b9f6-18563055d195",
"plc_program": "2152_IIOT_20240104",
"account_name": "Generic Collision Center",
"model_number": "10580",
"facility_name": "Warehouse",
"serial_number": "ABCD-123-123",
"last_updated_at": "2023-09-06T08:00:00Z",
"plc_program_revision": "14C"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}