Returns all of a Cameo Room attributes
| Code | Description |
|---|---|
| 404 | Cameo Room not found |
201 Response
{
"id": "integer"
"pmi": "integer",
"created_at": "datetime",
"updated_at": "datetime",
"name": "string",
"enabled": "boolean",
"access_code": "string",
"description": "string",
"publicly_accessible": "boolean",
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
ID of the Cameo Room Validations:
|