Cattura CaptureCast HTTP API Documentation

scheduler.getEvents

Get a set of scheduled captures matching certain criteria

Method URL

GET scheduler

Requires Authorization

null

URL Parameters

Name Type Description

Post/Query Parameters

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

Example

curl 'http://'

Test Method

Parameters

Name Type
speaker
range
rangeStart
rangeEnd

Result