Schedule a group of captures
POST scheduler/groups
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
presentationTitle |
string | the title of the presentation |
template |
string | the id or name of the template to use |
speaker |
string | the id or name of the speaker to use |
duration |
int | the length of the capture, in minutes |
startTime |
int | the time to start the capture, expressed as milliseconds since the Unix epoch |
recurrenceEnd |
int | the date at which to stop scheduling, expressed as milliseconds since the Unix epoch |
days |
string | a list of days (0-6, Monday-Sunday) as a comma-separated string |
tags |
list | list of tags |
curl 'http://'
Name | Type |
---|---|
presentationTitle |
|
template |
|
speaker |
|
duration |
|
startTime |
|
recurrenceEnd |
|
days |
|
tags |