Get File Callback
Filez Document Platform calls the downloadUrl in the initialization parameters to download the file to be opened.
| Method | Description |
|---|---|
| GET | Get the content of the specified document |
Example:
GET http://172.16.52.223/v2/context/123/content
GET http://172.16.52.223/v2/context/123/content?version=asrt0yh3wekdh
It returns the file stream. It is best to enter the corresponding request address in a browser to see whether a correct file can be downloaded.
Note
The Content-Encoding: gzip header should not appear in the HTTP response headers.