Get a set of scheduled captures matching certain criteria
GET scheduler
| Name | Type | Description |
|---|
| Name | Type | Description |
|---|---|---|
speaker |
string | name or ID of speaker to filter (currently unused) |
range |
string | optionally specify a range using words. Allowable values: yesterday, today, tomorrow, [last|this|next] [week|month|year] |
rangeStart |
int | if not using the range parameter, lower bound of date range, expressed as milliseconds since the Unix epoch |
rangeEnd |
int | if not using the range parameter, upper bound of date range, expressed as milliseconds since the Unix epoch |
curl 'http://'
| Name | Type |
|---|---|
speaker |
|
range |
|
rangeStart |
|
rangeEnd |