Get room details
Note: There are many attributes to workspaces that are still being considered for API consumption. We intend on surfacing few of the aggregated, real-time data into workspace API in the near future.
Path Parameters
- id cuid required
Room ID
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
- name string
- externalRef string
- slug string
- ownerUserEmail string
- createdAt date-time
- updatedAt date-time
- archivedAt date-time
- id cuid
{
"name": "string",
"externalRef": "string",
"slug": "string",
"ownerUserEmail": "string",
"createdAt": "2023-04-13",
"updatedAt": "2023-04-13",
"archivedAt": "2023-04-13",
"id": "string"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
- code string
- message string
{
"code": "string",
"message": "string"
}
Loading...