Get booth by id
Allows you to retrieve the details of a booth under your account, given its ID.
Path parameters
-
the ID of the booth to retrieve
GET /api/booths/{id}
curl \
-X GET http://localhost:4000/api/booths/{id}
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",
"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",
"model_number": "10580",
"facility_name": "Warehouse",
"serial_number": "ABCD-123-123",
"last_updated_at": "2023-09-06T08:00:00Z"
}
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",
"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",
"model_number": "10580",
"facility_name": "Warehouse",
"serial_number": "ABCD-123-123",
"last_updated_at": "2023-09-06T08:00:00Z"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}