Summary of meeting information once it has ended

Errors

Code Description
404 Cameo Meeting not found
422 Unable to process request, see errors in response

Examples

{
  "id": integer,
  "topic": string,
  "host": string,
  "start_time": string,
  "end_time": string,
  "duration": string,
  "participants": string,
  "has_pstn": string,
  "has_archiving": string,
  "has_voip": string,
  "has_3rd_party_audio": string,
  "has_video": string,
  "has_screen_share": string,
  "has_recording": string,
  "has_sip": string,
  "dept": string,
  "has_manual_captions": string,
  "has_automated_captions": string,
  "has_meeting_summary": string
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

ID of the cameo meeting

Validations:

  • Must be a Integer