GET restapi/personal/pages/{elementId}/contentblocks/{contentBlockId}/files/{fileId}/v1

Download a file from a content block by redirecting to the secure download URL.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
elementId

The unique identifier of the page element

integer

Required

contentBlockId

The unique identifier of the content block containing the file

integer

Required

fileId

The unique identifier of the file to download

integer

Required

Body Parameters

None.

Response Information

Resource Description

A redirect to the secure download URL, or NotFound if the file doesn't exist

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.