Return an event_group_user object using an email and event id.
Code | Description |
---|---|
422 | Unable to process request, see errors in response |
response: { "eventGroupUser":{ "id":123456, "email":"an-email@home.us", "productDescription":"Video and Realtime" "eventGroup":{ "id":24680, "access_key": 'abcd56t8fm' } } }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
The target event id Validations:
|
email required |
email address for the query Validations:
|
Return an event_group object using the event group's access_key and event id.
Code | Description |
---|---|
422 | Unable to process request, see errors in response |
response: { "eventGroup":{ "id":27728, "accessKey":"432ee6adea", "productDescription":"Video and Realtime", "event":{ "id":7235, "title":"3m Courtroom Test: speaker" } } }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
The target Event ID Validations:
|
access_key required |
The access_key for the target event_group Validations:
|
Access key is automatically generated when creating an event_group
Code | Description |
---|---|
422 | Unable to process request, see errors in response |
$ 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 }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
The target event id Validations:
|
name required |
Group Name Validations:
|
is_cameo optional |
Validations:
|
is_chat optional |
Validations:
|
is_disallow_transcript_save optional |
Validations:
|
is_on_demand_available optional |
Validations:
|
is_text optional |
Validations:
|
is_video optional |
Validations:
|
Adds a user to the event_group and responds with resulting event_group_user object.
Code | Description |
---|---|
422 | Unable to process request, see errors in response |
response: { "eventGroupUser":{ "id":123456, "email":"an-email@home.us", "productDescription":"Video and Realtime" "eventGroup":{ "id":24680, "access_key": 'abcd56t8fm' } } }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
The target event id Validations:
|
email required |
email address of the user to add Validations:
|
Return a current event-schedule object using email, access_key and event id.
Code | Description |
---|---|
422 | Unable to process request, see errors in response |
response: { "eventSchedule":{ "guid":"abc123", "startTime":"2015-07-03T23:00:00-04:00", "groupUserId":376023 } }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
The target event id Validations:
|
access_key required |
The access_key for the target event_group Validations:
|
email required |
email address for the query Validations:
|
Code | Description |
---|---|
422 | Unable to process request, see errors in response |
response: { "internal_ref_num": string }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
The target event id Validations:
|