Returns all Cameo Rooms associated with your company
[
{
"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:
|
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:
|
Returns all of a Cameo Room settings
| Code | Description |
|---|---|
| 300 | Error updating Cameo Room |
| 404 | Cameo Room not found |
| 501 | Not Implemented |
201 Response
{
TODO
}
300 Response
{
TODO
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
ID of the Cameo Room Validations:
|
Return Recordings for a Cameo Room
| Code | Description |
|---|---|
| 404 | Cameo Room not found |
| 400 | Bad request |
{
"recordings": [
{
"uuid": string,
"id": integer,
"account_id": string,
"host_id": string,
"topic": string,
"type": integer,
"start_time": string,
"timezone": string,
"duration": integer,
"total_size": integer,
"recording_count": integer,
"share_url": string,
"recording_files": [
{
"id": string,
"meeting_id": string,
"recording_start": string",
"recording_end": string,
"file_type": string,
"file_extension": string,
"file_size": integer,
"play_url": string,
"download_url": string,
"status": string
"recording_type": string,
}
],
},
...
],
"total_count": integer
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
ID of the Cameo Room Validations:
|
|
from required |
Start Date. Format YYYY-MM-DD. Maximum range is 30 days Validations:
|
|
to required |
End Date. Format YYYY-MM-DD. Maximum range is 30 days Validations:
|