Create a Scheduler Case

Errors

Code Description
422 Unable to process request, see errors in response

Examples

{
  "id": integer,
  "is_video_streamed": boolean,
  "is_text_streamed": boolean,
  "created_at": datetime,
  "updated_at": datetime,
  "is_teleconferenced": boolean,
  "is_cameo": boolean,
  "case": {
    "name": string
  }

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

name
required

Case Name

Validations:

  • Must be a String

is_cameo
optional

Enable cameo

Validations:

  • Must be one of: true, false.

is_video_streamed
optional

Enable video

Validations:

  • Must be one of: true, false.

is_text_streamed
optional

Enable text

Validations:

  • Must be one of: true, false.

is_teleconferenced
optional

Enable audio conferencing

Validations:

  • Must be one of: true, false.