Events associated with your company

Examples

{
  "total_records": integer,
  "page_number": integer,
  "data": [
    {
      "id": integer,
      "time_zone": string,
      "status": string,
      "notes": string,
      "title": string,
      "internal_ref_num": string,
      "deponent": string,
      "transcript_id": string,
      "created_at": datetime,
      "updated_at": datetime,
      "is_video_streamed": boolean,
      "is_text_streamed": boolean,
      "is_chat_enabled": boolean,
      "text_account_num": string,
      "reporter_name": string,
      "scheduler_case_id": integer,
      "is_teleconferenced": boolean,
      "location": string,
      "reporter_notified_at": datetime,
      "speche_warnings": string,
      "is_speche_assigned_transcript_id": boolean,
      "speche_return_code": string,
      "speche_request_at": datetime,
      "allow_speche_to_notify": boolean
    },
    ...
  ]
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

page_number
optional

Page Number

Validations:

  • Must be a Integer

scheduler_case_id
optional

Scheduler Case ID

Validations:

  • Must be a Integer

internal_ref_num
optional

Internal Reference Number

Validations:

  • Must be a String