Read

Read rooms

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

This endpoint allows you to load multiple room records in a single request.

Request Body

Name
Type
Description

roomIdList*

array

List of room ids

orgId*

string

Unique identifier of the organization

{
    "orgId":"RVZA0drygVK5NbrZuQnB",
    "reason":"SUCCESS",
    "reasonEnum":"RoomReadReason",
    "roomById":{
        "LwigI249nA0THrXyFX7I":{
            "model":{
                "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"
            },
            "reason":"SUCCESS",
            "success":true
        }
    },
    "success":true
}

Example Request

Example Response

Last updated

Was this helpful?