Video conference
Fetch video archive urls
Fetch URLs of video archives from given 'interviewId' or if omitted for given 'since' timestamp. If not provided, 'since' will be defaulted to time of first created archive. The maximum fetch size is 1000. In case maximum fetch size is reached, a new fetch should be triggered, using 'startTime' of last record from previous fetch as 'since'. URLs returned are temporary URLs, which expire in 5 days.
get/omni/get/archives
Query parameters
interviewIdstring
In case this parameter is provided, 'since' is ignored, and response will contain single interview requested.
sinceinteger
Timestamp — beginning of export. If omitted, it will be defaulted to time of first created archive.
Headers
api-versionstring required
Response
- archives: Array of archive objects
- interviewId: String. ID of interview.
- name: String. Name of the user in conference call.
- url: String. URL of archive file.
- startTime: Long. Timestamp of archive creation.
object required