{ "opencollection": "1.0.0", "info": { "name": "Macrometa API Reference Activity Metrics Waiting room status API", "version": "0.17.17" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Waiting room status", "type": "folder" }, "items": [ { "info": { "name": "Position in waiting room", "type": "http" }, "http": { "method": "GET", "url": "https://api-play.paas.macrometa.io/api/vwr/v1/requests/status/:request_id", "params": [ { "name": "request_id", "value": "", "type": "path", "description": "The unique request ID of a user." }, { "name": "waitingroom", "value": "", "type": "query", "description": "The waitingroom_key of the waiting room." }, { "name": "sid", "value": "", "type": "query", "description": "The user's position ID in the waiting room." }, { "name": "created_at", "value": "", "type": "query", "description": "The creation Unix timestamp, in seconds, when the user first time entered the waiting room." }, { "name": "client_version", "value": "", "type": "query", "description": "The version of the EdgeWorker." } ] }, "docs": "Get the user's current position in waiting room." } ] } ], "bundled": true }