DownloadFileAccessToken
Download a file.
Endpoint
POST /downloadFile
Parameter
Header
Field | Value |
---|---|
accessToken | accessToken set in the Config |
Body
Field | Value | Type |
---|---|---|
file | file to Download (full path) | string |
Response
200
{
"file":"C:\\fileTest\\folder1\\fileName.png",
}
Status: 200
<File>
400
"Error Text"