Scheduler Cases associated with your company
{
"total_records": integer,
"page_number": integer,
"data": [
{
"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
}
},
...
]
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
page_number optional |
Page Number Validations:
|
Returns all attributes of a Scheduler Case
| Code | Description |
|---|---|
| 404 | Not Found |
{
"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
}
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
ID of Scheduler Case Validations:
|
Create a Scheduler Case
| Code | Description |
|---|---|
| 422 | Unable to process request, see errors in response |
{
"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
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
name required |
Case Name Validations:
|
|
is_cameo optional |
Enable cameo Validations:
|
|
is_video_streamed optional |
Enable video Validations:
|
|
is_text_streamed optional |
Enable text Validations:
|
|
is_teleconferenced optional |
Enable audio conferencing Validations:
|
Update a Scheduler Case
| Code | Description |
|---|---|
| 404 | Not Found |
| 422 | Unable to process request, see errors in response |
{
"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
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
ID of Scheduler Case Validations:
|
|
name required |
Case Name Validations:
|
|
is_cameo optional |
Enable cameo Validations:
|
|
is_video_streamed optional |
Enable video Validations:
|
|
is_text_streamed optional |
Enable text Validations:
|
|
is_teleconferenced optional |
Enable audio conferencing Validations:
|