Fetch video archive urls

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

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

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

api-version
string
required
Defaults to 1.0

``200 - 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.

``400 Bad Request


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request GET \
     --url https://demo-api.incodesmile.com/omni/get/archives \
     --header 'accept: application/json' \
     --header 'api-version: 1.0'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200400