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

SecurityAPIKey
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

Access is denied. This can occur from an invalid key or invalid pod.

403

Access is denied for this event. The given API key's context does not have the proper permissions.

404

The specified event or its device view cannot be found.

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