Contents

Get File

Downloads the file.

Role

Administrator
Normal User

Method

GET

URL

/api/v2/projects/:projectIdOrKey/files/:sharedFileId

URL parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key
sharedFileIdNumberFile ID

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/octet-stream
Content-Disposition:attachment;filename="sharedFile.doc"