View

The View action retrieves a single document and returns it in the response of the request.

Type: synchronous

Parameter Description Required
ConnectorGroup

The name of the connector group to send the request to. This must match the name you specified when you configured the ConnectorGroupRouter processor in your dataflow.

Yes
Document The identifier of the document to return. Yes

Example

http://host:10000/action=View
                       &ConnectorGroup=FileSystem
                       &Document=...

Response

The following XML shows an example response:

<autnresponse>
    <action>VIEW</action>
    <response>SUCCESS</response>
    <responsedata>
        <reference>/opt/files/spreadsheet.xlsx</reference>
        <metadata>
            <FILESIZE>7523</FILESIZE>
            <LASTACCESSED>1568302040</LASTACCESSED>
            <LASTCHANGED>1568299154</LASTCHANGED>
            <LASTMODIFIED>1568299062</LASTMODIFIED>
        </metadata>
        <mime-type>application/octet-stream</mime-type>
        <filename>spreadsheet.xlsx</filename>
        <content>base64_encoded_file_content</content>
    </responsedata>
</autnresponse>

The response includes the following elements:


_FT_HTML5_bannerTitle.htm