Event Groups associated with your company
{ "total_records": integer, "page_number": integer, "data": [ { "id": integer, "event_id": integer, "name": string, "access_key": string, "is_text": boolean, "is_video": boolean, "is_chat": boolean, "is_disallow_transcript_save": boolean, "product_description": string, "deleted_at": datetime, "created_at": datetime, "updated_at": datetime, "is_cameo": boolean }, ... ] }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
page_number optional |
Page Number Validations:
|
event_id optional |
Event ID Validations:
|
Returns all attributes of a Event Group
Code | Description |
---|---|
404 | Not Found |
{ "id": integer, "event_id": integer, "name": string, "access_key": string, "is_text": boolean, "is_video": boolean, "is_chat": boolean, "is_disallow_transcript_save": boolean, "product_description": string, "deleted_at": datetime, "created_at": datetime, "updated_at": datetime, "is_cameo": boolean }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
Event Group ID Validations:
|
Create an event group
Code | Description |
---|---|
422 | Unable to process request, see errors in response |
404 | Event Not Found |
{ "id": integer, "event_id": integer, "name": string, "access_key": string, "is_text": boolean, "is_video": boolean, "is_chat": boolean, "is_disallow_transcript_save": boolean, "product_description": string, "deleted_at": datetime, "created_at": datetime, "updated_at": datetime, "is_cameo": boolean }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
event_id required |
Event ID Validations:
|
name required |
Name Validations:
|
is_text optional |
Enable realtime text Validations:
|
is_video optional |
Enable video Validations:
|
is_chat optional |
Enable chat Validations:
|
is_disallow_transcript_save optional |
Disable transcript save Validations:
|
is_cameo optional |
Enable cameo Validations:
|
Update an event schedule
Code | Description |
---|---|
404 | Not Found |
{ "id": integer, "event_id": integer, "name": string, "access_key": string, "is_text": boolean, "is_video": boolean, "is_chat": boolean, "is_disallow_transcript_save": boolean, "product_description": string, "deleted_at": datetime, "created_at": datetime, "updated_at": datetime, "is_cameo": boolean }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
Event Group ID Validations:
|
name required |
Name Validations:
|
is_text optional |
Enable realtime text Validations:
|
is_video optional |
Enable video Validations:
|
is_chat optional |
Enable chat Validations:
|
is_disallow_transcript_save optional |
Disable transcript save Validations:
|
is_cameo optional |
Enable cameo Validations:
|