Next Topic

Previous Topic

Book Contents

Get Storage File Contents

Returns the file contents of a remote control recording in the body of the response. The {fileId} is specified using the GUID in the AgentFileId column of the Storage.Agent table.

GET /storage/file/{fileId}/contents

Headers

Field

Datatype

Filterable

Sortable

Filename

string

 

stream content

 

PartitionId

string

 

 

Sample Response Model

{
  ...
  "content-disposition": "attachment; filename=kadmin-2017-03-10-03-08-1.webm",
  ...
}