Download
Download
GetExportThumbnail
Returns export's thumbnail
Request
GET /download/e/{id}/thumbnail
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| *id | string |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | Specified thumbnail was found |
|
| 404 | Specified thumbnail was not found or user do not has access to it |
|
| 400 | Bad id provided |
|
| 402 | Subscription is blocked |
|
| 403 | Not enough permissions for the operation |
GetExport
Returns a export file with specified id
Request
GET /download/e/{id}
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| *id | string |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | Specified file was found |
|
| 404 | Specified file was not found or user do not has access to the file |
|
| 400 | Bad id provided |
|
| 402 | Subscription is blocked |
|
| 403 | Not enough permissions for the operation |
GetExports
Returns a zip archive with selected ids
Request
GET /download/es/{archiveName}[?ids]
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| ids | string | ids separated with a ',' sign |
|
| *archiveName | string | name of the created archive |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | Specified file was found |
|
| 400 | Bad id provided |
|
| 402 | Subscription is blocked |
|
| 403 | Not enough permissions for the operation |
|
| 404 | Specified file was not found or user do not has access to the file |
GetReportThumbnail
Returns report's thumbnail
Request
GET /download/r/{id}/thumbnail
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| *id | string |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | Specified thumbnail was found |
|
| 404 | Specified thumbnail was not found or user do not has access to it |
|
| 400 | Bad id provided |
|
| 402 | Subscription is blocked |
|
| 403 | Not enough permissions for the operation |
GetReport
Returns a prepared file with specified id
Request
GET /download/r/{id}
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| *id | string |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | Specified file was found |
|
| 404 | Specified file was not found or user do not has access to the file |
|
| 400 | bad id provided |
|
| 402 | Subscription is blocked |
|
| 403 | Not enough permissions |
GetReports
Returns a zip archive with selected files
Request
GET /download/rs/{archiveName}[?ids]
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| ids | string | ids separated with a ',' sign |
|
| *archiveName | string | name of the created archive |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | File has been downloaded |
|
| 404 | files is not found |
|
| 400 | wrong parameters provided |
|
| 402 | Subscription is blocked |
|
| 403 | You don't have rights for the operation |
GetTemplate
Returns a report file with specified id
Request
GET /download/t/{id}
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| *id | string | template id |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | Specified file was found |
|
| 404 | Specified file was not found or user do not has access to the file |
|
| 400 | bad id provided |
|
| 402 | Subscription is blocked |
|
| 403 | Not enough permissions |
GetTemplates
Returns a zip archive with selected files
Request
GET /download/ts/{archiveName}[?ids]
Parameters
| Name | Type | Value | Notes |
|---|---|---|---|
| ids | string | ids separated with a ',' sign |
|
| *archiveName | string | name of the created archive |
Responses
| Status Code | Description | Samples |
|---|---|---|
| 200 | File has been downloaded |
|
| 400 | wrong parameters provided |
|
| 402 | Subscription is blocked |
|
| 403 | You don't have rights for the operation |
|
| 404 | files is not found |