Access key is automatically generated when creating an event_group

Errors

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

Examples

$ curl -X POST "https://remotecounsel.com/api/v2/events/24890/groups?token=XXXXX&name=Reporters&is_text=1"
{
  "id":82613,
  "event_id":24890,
  "name":"Reporters",
  "access_key":"f9ae418fe2",
  "is_text":true,
  "is_video":null,
  "is_chat":null,
  "is_disallow_transcript_save":null,
  "is_on_demand_available":null,
  "product_description":"Realtime Only",
  "created_at":"2021-03-23T09:09:15.716-04:00",
  "updated_at":"2021-03-23T09:09:15.716-04:00",
  "is_cameo":null
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

The target event id

Validations:

  • Must be a Integer

name
required

Group Name

Validations:

  • Must be a String

is_cameo
optional

Validations:

  • Must be one of: 1, 0, true, false.

is_chat
optional

Validations:

  • Must be one of: 1, 0, true, false.

is_disallow_transcript_save
optional

Validations:

  • Must be one of: 1, 0, true, false.

is_on_demand_available
optional

Validations:

  • Must be one of: 1, 0, true, false.

is_text
optional

Validations:

  • Must be one of: 1, 0, true, false.

is_video
optional

Validations:

  • Must be one of: 1, 0, true, false.