Skip to main content

Download reference file

This operation downloads a reference file of a given project.

Path Parameters
id int32 REQUIRED

ID of the project where the reference file has been added to.

fileId string REQUIRED

ID of the reference file to be downloaded.

Responses
200

The file content.
The response may vary depending on the file type.
So, for example, if you download a .txt file, the response content header will be "plain/text" and the type would be a 'string'.
But if you download a .ZIP file, the response content header will be "application/x-zip-compressed" and the type would be 'binary'.