Returns all of a Cameo Meetings attributes
| Code | Description |
|---|---|
| 404 | Cameo Meeting not found |
200 Response
{
"id": integer,
"name": string,
"description": text,
"internal_ref_num": string,
"timezone": string,
"starts_at": datetime,
"ends_at": datetime,
"zoom_meeting_id": string,
"created_by_id": integer,
"created_at": datetime,
"updated_at": datetime,
"uuid": string,
"canceled_at": datetime,
"status": string,
"confirmed_at": datetime,
"reactivated_at": datetime,
"is_unlicensed_notified": boolean,
"unlicensed_notified_at": datetime,
"is_licensed": boolean,
"is_licensed_at": datetime,
"zoom_log_starts_at": datetime,
"zoom_log_ends_at": datetime,
"witness_name": string,
"zoom_meeting_uuid": string,
"white_glove": boolean,
"creator": {
"email": string,
"first_name": string,
"last_name": string,
},
"users": [
{
"id": integer,
"email": string,
"invitation_sent_at": datetime,
},
]
"zoom_room": {
"id": integer,
"name": string,
}
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
ID of the cameo meeting Validations:
|