Interview recording (original)

Represents a single recorded answer to an interview question (binary data).

URI
/api/v10/interviews/ID/responses/ID/download

GET Download a recorded answer

Download the recorded answer to a specific interview question (binary data).

Syntax
GET /api/v10/interviews/123/responses/1/download
Host: apply.example.edu
Authorization: DREAM apikey="..."

Example request

Request
curl
curl \
  -X GET \
  -H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
  "https://apply.example.edu/api/v10/interviews/123/responses/1/download"

Response headers

HeaderValueDescription
Content-Typevideo/webmThe media type of the resource

Response codes

Response codeDescription
200 OKThe recorded answer was successfully retrieved
404 Not FoundThe interview does not have this response

See Also