/rooms/{code}/queueGet room queue info
Base URL https://api.vseepreview.com/api_v3 · operationId getRoomQueue
Authentication: Account Code Only — Only requires the X-AccountCode header. No token needed.
Retrieve queue information for a specific room. The waiting time is calculated as average_visit_time * before_me. This is a public endpoint.
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
code | path | string | yes | Room code (e.g. ceproom1) |
200 — Successful responsesuccess — Room queue information
{
"data": {
"length": 10,
"capacity": 100,
"average_visit_time": 3600,
"before_me": 3
}
}
Machine-readable: OpenAPI JSON (operationId: getRoomQueue)