List

List rooms

POST https://event.talque.com/api/v1/room/list

This endpoint allows you to list all rooms in a single request.

Request Body

Name
Type
Description

orgId*

string

Unique identifier of the organization

{
    "orgId":"RVZA0drygVK5NbrZuQnB",
    "reason":"SUCCESS",
    "reasonEnum":"RoomListReason",
    "rooms":[
        {
            "capacity":42,
            "color":"#00ff00",
            "mtime":1500119100000,
            "name":{
                "EN_US":"The green room"
            },
            "order":3,
            "roomId":"EKQTy8yl2an32hMTYdB"
        },
        {
            "capacity":99,
            "color":"#123abc",
            "mtime":1502884800000,
            "name":{
                "DE_DE":"Hilbertraum \u00e4\u00f6\u00fc\u00df",
                "EN_US":"Hilbertspace \u00e4\u00f6\u00fc\u00df"
            },
            "order":2,
            "roomId":"LwigI249nA0THrXyFX7I"
        }
    ],
    "success":true
}

Example Request

Example Response

Last updated

Was this helpful?