/repository/resources/fileContent/{subPaths: .*} - Get file content from resource

Returns the content of the specified file format in the resource document.

Note:

This method is new in 6.7

End-point

GET repository/resources/fileContent/{subPaths: .*}

Path parameters

Field Description

subPaths

The fulldocumentPath of the resource document

Query string parameters

Field Description

fileRequested

The file format from which the content is requested. This must be one of the file formats listed in the array of ResourceFileInformation data structures.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

The response body contains the binary content of the requested file format.