DownloadFile
POST /downloadFile
Download a file.
Header
| Field | Value | 
|---|---|
| accessToken | accessTokenset in the Config | 
Body
| Field | Value | Type | 
|---|---|---|
| file | file to Download (full path) | string | 
Example
{
"file":"C:\\fileTest\\folder1\\fileName.png",
}Last updated on 
POST /downloadFile
Download a file.
Header
| Field | Value | 
|---|---|
| accessToken | accessTokenset in the Config | 
Body
| Field | Value | Type | 
|---|---|---|
| file | file to Download (full path) | string | 
{
"file":"C:\\fileTest\\folder1\\fileName.png",
}