API reference, Video conference

Fetch video archive urls

GEThttps://demo-api.incodesmile.com/omni/get/archives

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.

Query parameters

interviewIdstring

In case this parameter is provided, 'since' is ignored, and response will contain single interview requested.

sinceinteger (int64)

Timestamp — beginning of export. If omitted, it will be defaulted to time of first created archive.

Headers

api-versionstringrequiredDefaults to 1.0

Responses

Was this page helpful?