Returns a media resource url for the specified event's view.

SecuritybearerAuth
Request
path Parameters
eventId
required
integer <int64> [ 1 .. 9223372036854780000 ]

Primary event identifier.

deviceViewId
required
integer <int64> [ 1 .. 9223372036854780000 ]

Primary identifier of a device's view.

mediaType
required
string or null

Media file type. Supported values: "mp4" or "dce".

Responses
200
400

The parameters given in the request are invalid.

401

Unauthorized due to providing an invalid access key, or invalid pod.

403

You have no permissions to make this operation.

500

Requested operation cannot be performed.

503

Requested operation cannot be performed. Try again later.

get/events/{eventId}/views/{deviceViewId}/medias/{mediaType}
Request samples
Response samples
application/json
{
  • "url": "string"
}