GET api/Files/{id}/File.mp4

Returns the binary file decoded from base64 encoded Content field.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Id of file.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns the binary file decoded from base64 encoded Content field.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.