All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
reportFolderAndFileClearRecycleBin | DELETE /api/rp/v1/Reports/{subscriptionId}/ClearRecycleBin | Delete all folders and files from recycle bin |
reportFolderAndFileCopyFiles | POST /api/rp/v1/Reports/{subscriptionId}/CopyFiles | Copy folders and files to a specified folder |
reportFolderAndFileCountRecycleBinFoldersAndFiles | GET /api/rp/v1/Reports/{subscriptionId}/CountRecycleBinFolderAndFiles | Count all folders and files from recycle bin |
reportFolderAndFileDeleteFiles | POST /api/rp/v1/Reports/{subscriptionId}/DeleteFiles | Delete folders and files |
reportFolderAndFileGetCount | GET /api/rp/v1/Reports/Folder/{id}/CountFolderAndFiles | Get count of files and folders what contains in a specified folder |
reportFolderAndFileGetFoldersAndFiles | GET /api/rp/v1/Reports/Folder/{id}/ListFolderAndFiles | Get all folders and files from specified folder |
reportFolderAndFileGetRecycleBinFoldersAndFiles | GET /api/rp/v1/Reports/{subscriptionId}/ListRecycleBinFolderAndFiles | Get all folders and files from recycle bin |
reportFolderAndFileMoveFiles | POST /api/rp/v1/Reports/{subscriptionId}/MoveFiles | Move folders and files to a specified folder |
reportFolderAndFileMoveFilesToBin | POST /api/rp/v1/Reports/{subscriptionId}/ToBin | Move folders and files to bin |
reportFolderAndFileRecoverAllFromRecycleBin | POST /api/rp/v1/Reports/{subscriptionId}/RecoverRecycleBin | Recover all folders and files from recycle bin |
reportFolderAndFileRecoverFiles | POST /api/rp/v1/Reports/{subscriptionId}/RecoverFiles | Recover folders and files from bin |
reportFoldersCalculateFolderSize | GET /api/rp/v1/Reports/Folder/{id}/size | Get specified folder, calculate it's size |
reportFoldersCopyFolder | POST /api/rp/v1/Reports/Folder/{id}/Copy/{folderId} | Move folder to a specified folder |
reportFoldersDeleteFolder | DELETE /api/rp/v1/Reports/Folder/{id} | Delete specified folder |
reportFoldersExport | POST /api/rp/v1/Reports/Folder/{id}/Export | Export specified report folder to a specified format |
reportFoldersGetBreadcrumbs | GET /api/rp/v1/Reports/Folder/{id}/Breadcrumbs | Get specified folder breadcrumbs |
reportFoldersGetFolder | GET /api/rp/v1/Reports/Folder/{id} | Get specified folder |
reportFoldersGetFolders | GET /api/rp/v1/Reports/Folder/{id}/ListFolders | Get all folders from specified folder |
reportFoldersGetFoldersCount | GET /api/rp/v1/Reports/Folder/{id}/CountFolders | Get count of folders what contains in a specified folder |
reportFoldersGetOrCreate | GET /api/rp/v1/Reports/Folder/getOrCreate | Get specified folder |
reportFoldersGetPermissions | GET /api/rp/v1/Reports/Folder/{id}/permissions | Get all folder permissions |
reportFoldersGetRootFolder | GET /api/rp/v1/Reports/Root | Get user's root folder (without parents) |
reportFoldersMoveFolder | POST /api/rp/v1/Reports/Folder/{id}/Move/{folderId} | Move folder to a specified folder |
reportFoldersMoveFolderToBin | DELETE /api/rp/v1/Reports/Folder/{id}/ToBin | Move specified folder to recycle bin |
reportFoldersPostFolder | POST /api/rp/v1/Reports/Folder/{id}/Folder | Create folder |
reportFoldersRecoverFolder | POST /api/rp/v1/Reports/Folder/{id}/Recover | Recover specified folder |
reportFoldersRenameFolder | PUT /api/rp/v1/Reports/Folder/{id}/Rename | Rename a folder |
reportFoldersUpdateIcon | PUT /api/rp/v1/Reports/Folder/{id}/Icon | Update a folder's icon |
reportFoldersUpdatePermissions | POST /api/rp/v1/Reports/{id}/permissions | Update permissions |
reportFoldersUpdateTags | PUT /api/rp/v1/Reports/Folder/{id}/UpdateTags | Update tags |
reportsCopyFile | POST /api/rp/v1/Reports/File/{id}/Copy/{folderId} | Copy file to a specified folder |
reportsCreateSharingKey | POST /api/rp/v1/Reports/File/{id}/sharingKey | Create a new key, that can be used to share access to a file (You need Administrate.Anon permission to create a new key) |
reportsDeleteFile | DELETE /api/rp/v1/Reports/File/{id} | Delete specified file |
reportsDeleteSharingKey | DELETE /api/rp/v1/Reports/File/{id}/sharingKey | Deletes a sharing key, making links, that utilizing it no longer work |
reportsExport | POST /api/rp/v1/Reports/File/{id}/Export | Export specified report to a specified format |
reportsGetFile | GET /api/rp/v1/Reports/File/{id} | Get specified file |
reportsGetFileHistory | GET /api/rp/v1/Reports/File/{id}/History | Returns list of actions, performed on this file |
reportsGetFilesCount | GET /api/rp/v1/Reports/Folder/{id}/CountFiles | Get count of files what contains in a specified folder |
reportsGetFilesList | GET /api/rp/v1/Reports/Folder/{id}/ListFiles | Get all files from specified folder. <br /> User with Get Entity permission can access this method. <br /> The method will returns minimal infomration about the file: <br /> id, name, size, editedTime, createdTime, tags, status, statusReason. |
reportsGetPermissions | GET /api/rp/v1/Reports/File/{id}/permissions | |
reportsGetSharingKeys | GET /api/rp/v1/Reports/File/{id}/sharingKeys | Returns all sharing keys, associated with the file |
reportsMoveFile | POST /api/rp/v1/Reports/File/{id}/Move/{folderId} | Move file to a specified folder |
reportsMoveFileToBin | DELETE /api/rp/v1/Reports/File/{id}/ToBin | Move specified file to recycle bin |
reportsRecoverFile | POST /api/rp/v1/Reports/File/{id}/Recover | Recover specified file from bin |
reportsRenameFile | PUT /api/rp/v1/Reports/File/{id}/Rename | Rename a file |
reportsStaticPreview | POST /api/rp/v1/Reports/File/{id}/StaticPreview | Make preview for the report. Generate a new or return exist prepared svg files. If template was changed will be returned a new. Pass the `` parameter to check prepared timestamp |
reportsUpdateIcon | PUT /api/rp/v1/Reports/File/{id}/Icon | Update a files's icon |
reportsUpdatePermissions | POST /api/rp/v1/Reports/File/{id}/permissions | Update permissions |
reportsUpdateTags | PUT /api/rp/v1/Reports/File/{id}/UpdateTags | Update tags |
reportsUploadFile | POST /api/rp/v1/Reports/Folder/{id}/File | Upload a file to the specified folder. The method is deprecated, use the UploadFileV2 method instead! |
reportsUploadFileV2 | POST /api/rp/v2/Reports/Folder/{id}/File | Alternative api for upload a file to the specified folder! |
reportFolderAndFileClearRecycleBin(subscriptionId)
Delete all folders and files from recycle bin
User with a Delete RecycleBin permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | subscription id
apiInstance.reportFolderAndFileClearRecycleBin(subscriptionId).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | subscription id |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
reportFolderAndFileCopyFiles(subscriptionId, opts)
Copy folders and files to a specified folder
User with a Get permission for a files and Create permission for a destination folder can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | id of current subscription
let opts = {
'selectedFilesVM': new FastreportCloudSdk.SelectedFilesVM() // SelectedFilesVM | VM with files' ids and params of their destination
};
apiInstance.reportFolderAndFileCopyFiles(subscriptionId, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | id of current subscription | |
selectedFilesVM | SelectedFilesVM | VM with files' ids and params of their destination | [optional] |
null (empty response body)
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
CountVM reportFolderAndFileCountRecycleBinFoldersAndFiles(subscriptionId, opts)
Count all folders and files from recycle bin
User with a Get DeletedFiles permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | subscription id
let opts = {
'searchPattern': "''", // String |
'useRegex': false // Boolean |
};
apiInstance.reportFolderAndFileCountRecycleBinFoldersAndFiles(subscriptionId, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | subscription id | |
searchPattern | String | [optional] [default to ''] | |
useRegex | Boolean | [optional] [default to false] |
- Content-Type: Not defined
- Accept: application/json
reportFolderAndFileDeleteFiles(subscriptionId, opts)
Delete folders and files
User with a Delete permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | id of current subscription
let opts = {
'selectedFilesVM': new FastreportCloudSdk.SelectedFilesVM() // SelectedFilesVM | VM with files' ids and params of their destination
};
apiInstance.reportFolderAndFileDeleteFiles(subscriptionId, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | id of current subscription | |
selectedFilesVM | SelectedFilesVM | VM with files' ids and params of their destination | [optional] |
null (empty response body)
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
CountVM reportFolderAndFileGetCount(id, opts)
Get count of files and folders what contains in a specified folder
User with a Get Count permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
let opts = {
'searchPattern': "searchPattern_example", // String | string, that must be incuded in file or folder name to be counted <br /> (leave undefined to count all files and folders)
'useRegex': false // Boolean | set this to true if you want to use regular expression to search
};
apiInstance.reportFolderAndFileGetCount(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id | |
searchPattern | String | string, that must be incuded in file or folder name to be counted <br /> (leave undefined to count all files and folders) | [optional] |
useRegex | Boolean | set this to true if you want to use regular expression to search | [optional] [default to false] |
- Content-Type: Not defined
- Accept: application/json
FilesVM reportFolderAndFileGetFoldersAndFiles(id, opts)
Get all folders and files from specified folder
User with a Get Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
let opts = {
'skip': 0, // Number | number of folder and files, that have to be skipped
'take': 10, // Number | number of folder and files, that have to be returned
'orderBy': new FastreportCloudSdk.FileSorting(), // FileSorting | indicates a field to sort by
'desc': false, // Boolean | indicates if sorting is descending
'searchPattern': "''", // String |
'useRegex': false // Boolean |
};
apiInstance.reportFolderAndFileGetFoldersAndFiles(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id | |
skip | Number | number of folder and files, that have to be skipped | [optional] [default to 0] |
take | Number | number of folder and files, that have to be returned | [optional] [default to 10] |
orderBy | FileSorting | indicates a field to sort by | [optional] |
desc | Boolean | indicates if sorting is descending | [optional] [default to false] |
searchPattern | String | [optional] [default to ''] | |
useRegex | Boolean | [optional] [default to false] |
- Content-Type: Not defined
- Accept: application/json
FilesVM reportFolderAndFileGetRecycleBinFoldersAndFiles(subscriptionId, opts)
Get all folders and files from recycle bin
User with a Get DeletedFiles permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | subscription id
let opts = {
'skip': 0, // Number | number of folder and files, that have to be skipped
'take': 10, // Number | number of folder and files, that have to be returned
'orderBy': new FastreportCloudSdk.FileSorting(), // FileSorting | indicates a field to sort by
'desc': false, // Boolean | indicates if sorting is descending
'searchPattern': "''", // String |
'useRegex': false // Boolean |
};
apiInstance.reportFolderAndFileGetRecycleBinFoldersAndFiles(subscriptionId, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | subscription id | |
skip | Number | number of folder and files, that have to be skipped | [optional] [default to 0] |
take | Number | number of folder and files, that have to be returned | [optional] [default to 10] |
orderBy | FileSorting | indicates a field to sort by | [optional] |
desc | Boolean | indicates if sorting is descending | [optional] [default to false] |
searchPattern | String | [optional] [default to ''] | |
useRegex | Boolean | [optional] [default to false] |
- Content-Type: Not defined
- Accept: application/json
reportFolderAndFileMoveFiles(subscriptionId, opts)
Move folders and files to a specified folder
User with a Update Place permission for a files and Create permission for a destination folder can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | id of current subscription
let opts = {
'selectedFilesVM': new FastreportCloudSdk.SelectedFilesVM() // SelectedFilesVM | VM with files' ids and params of their destination
};
apiInstance.reportFolderAndFileMoveFiles(subscriptionId, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | id of current subscription | |
selectedFilesVM | SelectedFilesVM | VM with files' ids and params of their destination | [optional] |
null (empty response body)
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
reportFolderAndFileMoveFilesToBin(subscriptionId, opts)
Move folders and files to bin
User with a Delete permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | id of current subscription
let opts = {
'selectedFilesVM': new FastreportCloudSdk.SelectedFilesVM() // SelectedFilesVM | VM with files' ids and params of their destination
};
apiInstance.reportFolderAndFileMoveFilesToBin(subscriptionId, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | id of current subscription | |
selectedFilesVM | SelectedFilesVM | VM with files' ids and params of their destination | [optional] |
null (empty response body)
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
reportFolderAndFileRecoverAllFromRecycleBin(subscriptionId)
Recover all folders and files from recycle bin
User with a Create RecycleBin permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | subscription id
apiInstance.reportFolderAndFileRecoverAllFromRecycleBin(subscriptionId).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | subscription id |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
reportFolderAndFileRecoverFiles(subscriptionId, opts)
Recover folders and files from bin
User with a SubscriptionCreate permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let subscriptionId = "subscriptionId_example"; // String | id of current subscription
let opts = {
'selectedFilesVM': new FastreportCloudSdk.SelectedFilesVM() // SelectedFilesVM | VM with files' ids and params of their destination
};
apiInstance.reportFolderAndFileRecoverFiles(subscriptionId, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | id of current subscription | |
selectedFilesVM | SelectedFilesVM | VM with files' ids and params of their destination | [optional] |
null (empty response body)
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
FolderSizeVM reportFoldersCalculateFolderSize(id)
Get specified folder, calculate it's size
User with a Get Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
apiInstance.reportFoldersCalculateFolderSize(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id |
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersCopyFolder(id, folderId)
Move folder to a specified folder
User with a Update Place permission for a folder and Create Entity for a Parent Folder can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | moving folder id
let folderId = "folderId_example"; // String | destination folder id
apiInstance.reportFoldersCopyFolder(id, folderId).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | moving folder id | |
folderId | String | destination folder id |
- Content-Type: Not defined
- Accept: application/json
reportFoldersDeleteFolder(id)
Delete specified folder
User with a Delete Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
apiInstance.reportFoldersDeleteFolder(id).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersExport(id, opts)
Export specified report folder to a specified format
User with Execute Export permission on report folder and Create Entity on an export folder can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | report folder id
let opts = {
'exportReportVM': new FastreportCloudSdk.ExportReportVM() // ExportReportVM | export parameters
};
apiInstance.reportFoldersExport(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | report folder id | |
exportReportVM | ExportReportVM | export parameters | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
BreadcrumbsVM reportFoldersGetBreadcrumbs(id)
Get specified folder breadcrumbs
User with a Get Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
apiInstance.reportFoldersGetBreadcrumbs(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id |
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersGetFolder(id)
Get specified folder
User with a Get Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
apiInstance.reportFoldersGetFolder(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id |
- Content-Type: Not defined
- Accept: application/json
FilesVM reportFoldersGetFolders(id, opts)
Get all folders from specified folder
User with a Get Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
let opts = {
'skip': 0, // Number | number of files, that have to be skipped
'take': 10, // Number | number of files, that have to be returned
'orderBy': new FastreportCloudSdk.FileSorting(), // FileSorting |
'desc': false, // Boolean |
'searchPattern': "''", // String |
'useRegex': false // Boolean |
};
apiInstance.reportFoldersGetFolders(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id | |
skip | Number | number of files, that have to be skipped | [optional] [default to 0] |
take | Number | number of files, that have to be returned | [optional] [default to 10] |
orderBy | FileSorting | [optional] | |
desc | Boolean | [optional] [default to false] | |
searchPattern | String | [optional] [default to ''] | |
useRegex | Boolean | [optional] [default to false] |
- Content-Type: Not defined
- Accept: application/json
CountVM reportFoldersGetFoldersCount(id)
Get count of folders what contains in a specified folder
User with a Get Count permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
apiInstance.reportFoldersGetFoldersCount(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id |
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersGetOrCreate(opts)
Get specified folder
User with a Get Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let opts = {
'name': "name_example", // String | folder name
'subscriptionId': "subscriptionId_example", // String | subscriptionId
'parentId': "parentId_example" // String | parent folder id
};
apiInstance.reportFoldersGetOrCreate(opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
name | String | folder name | [optional] |
subscriptionId | String | subscriptionId | [optional] |
parentId | String | parent folder id | [optional] |
- Content-Type: Not defined
- Accept: application/json
FilePermissionsVM reportFoldersGetPermissions(id)
Get all folder permissions
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
apiInstance.reportFoldersGetPermissions(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String |
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersGetRootFolder(opts)
Get user's root folder (without parents)
> Breakchange. Now user model doesn't contain a root folders. This method can return error 400 and 404 when subscription is not found.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let opts = {
'subscriptionId': "subscriptionId_example" // String |
};
apiInstance.reportFoldersGetRootFolder(opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
subscriptionId | String | [optional] |
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersMoveFolder(id, folderId)
Move folder to a specified folder
User with a Update Place permission for a folder and Create Entity for a Parent Folder can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | moving folder id
let folderId = "folderId_example"; // String | destination folder id
apiInstance.reportFoldersMoveFolder(id, folderId).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | moving folder id | |
folderId | String | destination folder id |
- Content-Type: Not defined
- Accept: application/json
reportFoldersMoveFolderToBin(id)
Move specified folder to recycle bin
User with a Delete Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
apiInstance.reportFoldersMoveFolderToBin(id).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersPostFolder(id, opts)
Create folder
User with a Create Entity permisison can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | Identifier of parent folder id
let opts = {
'reportFolderCreateVM': new FastreportCloudSdk.ReportFolderCreateVM() // ReportFolderCreateVM | create VM
};
apiInstance.reportFoldersPostFolder(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of parent folder id | |
reportFolderCreateVM | ReportFolderCreateVM | create VM | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
reportFoldersRecoverFolder(id, opts)
Recover specified folder
User with a Delete Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
let opts = {
'recoveryPath': "recoveryPath_example" // String |
};
apiInstance.reportFoldersRecoverFolder(id, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id | |
recoveryPath | String | [optional] |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
FileVM reportFoldersRenameFolder(id, opts)
Rename a folder
User with a Update Name permision can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'folderRenameVM': new FastreportCloudSdk.FolderRenameVM() // FolderRenameVM |
};
apiInstance.reportFoldersRenameFolder(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
folderRenameVM | FolderRenameVM | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
FileVM reportFoldersUpdateIcon(id, opts)
Update a folder's icon
User with a Update Icon permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | Identifier of folder
let opts = {
'folderIconVM': new FastreportCloudSdk.FolderIconVM() // FolderIconVM | Update icon model
};
apiInstance.reportFoldersUpdateIcon(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of folder | |
folderIconVM | FolderIconVM | Update icon model | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
reportFoldersUpdatePermissions(id, opts)
Update permissions
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'updateFilePermissionsVM': new FastreportCloudSdk.UpdateFilePermissionsVM() // UpdateFilePermissionsVM |
};
apiInstance.reportFoldersUpdatePermissions(id, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
updateFilePermissionsVM | UpdateFilePermissionsVM | [optional] |
null (empty response body)
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
FileVM reportFoldersUpdateTags(id, opts)
Update tags
User with a Update Tags permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'folderTagsUpdateVM': new FastreportCloudSdk.FolderTagsUpdateVM() // FolderTagsUpdateVM |
};
apiInstance.reportFoldersUpdateTags(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
folderTagsUpdateVM | FolderTagsUpdateVM | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
ReportVM reportsCopyFile(id, folderId)
Copy file to a specified folder
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
let folderId = "folderId_example"; // String | folder id
apiInstance.reportsCopyFile(id, folderId).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id | |
folderId | String | folder id |
- Content-Type: Not defined
- Accept: application/json
FileSharingKeysVM reportsCreateSharingKey(id, opts)
Create a new key, that can be used to share access to a file (You need Administrate.Anon permission to create a new key)
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
let opts = {
'createFileShareVM': new FastreportCloudSdk.CreateFileShareVM() // CreateFileShareVM | parameters for sharing key creation
};
apiInstance.reportsCreateSharingKey(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id | |
createFileShareVM | CreateFileShareVM | parameters for sharing key creation | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
reportsDeleteFile(id)
Delete specified file
User with Delete permission can access the method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
apiInstance.reportsDeleteFile(id).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
reportsDeleteSharingKey(id, key)
Deletes a sharing key, making links, that utilizing it no longer work
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
let key = "key_example"; // String | key to delete
apiInstance.reportsDeleteSharingKey(id, key).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id | |
key | String | key to delete |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
ExportVM reportsExport(id, opts)
Export specified report to a specified format
User with Execute Export permission on prepared report and Create Entity on an export folder can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | report id
let opts = {
'exportReportVM': new FastreportCloudSdk.ExportReportVM() // ExportReportVM | export parameters
};
apiInstance.reportsExport(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | report id | |
exportReportVM | ExportReportVM | export parameters | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
ReportVM reportsGetFile(id)
Get specified file
User with Get Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
apiInstance.reportsGetFile(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id |
- Content-Type: Not defined
- Accept: application/json
AuditActionsVM reportsGetFileHistory(id, opts)
Returns list of actions, performed on this file
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'skip': 0, // Number |
'take': 10 // Number |
};
apiInstance.reportsGetFileHistory(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
skip | Number | [optional] [default to 0] | |
take | Number | [optional] [default to 10] |
- Content-Type: Not defined
- Accept: application/json
CountVM reportsGetFilesCount(id)
Get count of files what contains in a specified folder
User with Get Count permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
apiInstance.reportsGetFilesCount(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id |
- Content-Type: Not defined
- Accept: application/json
ReportsVM reportsGetFilesList(id, opts)
Get all files from specified folder. <br /> User with Get Entity permission can access this method. <br /> The method will returns minimal infomration about the file: <br /> id, name, size, editedTime, createdTime, tags, status, statusReason.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | folder id
let opts = {
'skip': 0, // Number | number of files, that have to be skipped
'take': 10, // Number | number of files, that have to be returned
'searchPattern': "searchPattern_example", // String |
'orderBy': new FastreportCloudSdk.FileSorting(), // FileSorting |
'desc': false, // Boolean |
'useRegex': false // Boolean |
};
apiInstance.reportsGetFilesList(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | folder id | |
skip | Number | number of files, that have to be skipped | [optional] [default to 0] |
take | Number | number of files, that have to be returned | [optional] [default to 10] |
searchPattern | String | [optional] | |
orderBy | FileSorting | [optional] | |
desc | Boolean | [optional] [default to false] | |
useRegex | Boolean | [optional] [default to false] |
- Content-Type: Not defined
- Accept: application/json
FilePermissionsVM reportsGetPermissions(id)
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
apiInstance.reportsGetPermissions(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String |
- Content-Type: Not defined
- Accept: application/json
FileSharingKeysVM reportsGetSharingKeys(id)
Returns all sharing keys, associated with the file
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
apiInstance.reportsGetSharingKeys(id).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id |
- Content-Type: Not defined
- Accept: application/json
ReportVM reportsMoveFile(id, folderId)
Move file to a specified folder
User with a Update Place permission for a folder and Create Entity for a Parent Folder can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
let folderId = "folderId_example"; // String | folder id
apiInstance.reportsMoveFile(id, folderId).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id | |
folderId | String | folder id |
- Content-Type: Not defined
- Accept: application/json
reportsMoveFileToBin(id)
Move specified file to recycle bin
User with Delete permission can access the method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
apiInstance.reportsMoveFileToBin(id).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
reportsRecoverFile(id, opts)
Recover specified file from bin
User with Delete permission can access the method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | file id
let opts = {
'recoveryPath': "recoveryPath_example" // String |
};
apiInstance.reportsRecoverFile(id, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | file id | |
recoveryPath | String | [optional] |
null (empty response body)
- Content-Type: Not defined
- Accept: application/json
ReportVM reportsRenameFile(id, opts)
Rename a file
User with Update Name permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'fileRenameVM': new FastreportCloudSdk.FileRenameVM() // FileRenameVM |
};
apiInstance.reportsRenameFile(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
fileRenameVM | FileRenameVM | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
ExportVM reportsStaticPreview(id, opts)
Make preview for the report. Generate a new or return exist prepared svg files. If template was changed will be returned a new. Pass the `` parameter to check prepared timestamp
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | template id
let opts = {
'previewReportVM': new FastreportCloudSdk.PreviewReportVM() // PreviewReportVM | Model with parameters
};
apiInstance.reportsStaticPreview(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | template id | |
previewReportVM | PreviewReportVM | Model with parameters | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
ReportVM reportsUpdateIcon(id, opts)
Update a files's icon
User with Update Icon permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'fileIconVM': new FastreportCloudSdk.FileIconVM() // FileIconVM |
};
apiInstance.reportsUpdateIcon(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
fileIconVM | FileIconVM | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
reportsUpdatePermissions(id, opts)
Update permissions
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'updateFilePermissionsVM': new FastreportCloudSdk.UpdateFilePermissionsVM() // UpdateFilePermissionsVM |
};
apiInstance.reportsUpdatePermissions(id, opts).then(() => {
console.log('API called successfully.');
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
updateFilePermissionsVM | UpdateFilePermissionsVM | [optional] |
null (empty response body)
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
ReportVM reportsUpdateTags(id, opts)
Update tags
User with Update Tags permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String |
let opts = {
'fileTagsUpdateVM': new FastreportCloudSdk.FileTagsUpdateVM() // FileTagsUpdateVM |
};
apiInstance.reportsUpdateTags(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
fileTagsUpdateVM | FileTagsUpdateVM | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
ReportVM reportsUploadFile(id, opts)
Upload a file to the specified folder. The method is deprecated, use the UploadFileV2 method instead!
User with Create Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | Identifier of folder
let opts = {
'reportCreateVM': new FastreportCloudSdk.ReportCreateVM() // ReportCreateVM | file's view model
};
apiInstance.reportsUploadFile(id, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of folder | |
reportCreateVM | ReportCreateVM | file's view model | [optional] |
- Content-Type: application/json, text/json, application/*+json
- Accept: application/json
ReportVM reportsUploadFileV2(id, fileContent, opts)
Alternative api for upload a file to the specified folder!
User with Create Entity permission can access this method.
import FastreportCloudSdk from 'fastreport-cloud-sdk';
let defaultClient = FastreportCloudSdk.ApiClient.instance;
// Configure HTTP basic authorization: ApiKey
let ApiKey = defaultClient.authentications['ApiKey'];
ApiKey.username = 'YOUR USERNAME';
ApiKey.password = 'YOUR PASSWORD';
// Configure Bearer (JWT) access token for authorization: JWT
let JWT = defaultClient.authentications['JWT'];
JWT.accessToken = "YOUR ACCESS TOKEN"
let apiInstance = new FastreportCloudSdk.ReportsApi();
let id = "id_example"; // String | Identifier of folder
let fileContent = "/path/to/file"; // File |
let opts = {
'templateId': "templateId_example", // String |
'tags': ["null"], // [String] |
'icon': "/path/to/file" // File |
};
apiInstance.reportsUploadFileV2(id, fileContent, opts).then((data) => {
console.log('API called successfully. Returned data: ' + data);
}, (error) => {
console.error(error);
});
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of folder | |
fileContent | File | ||
templateId | String | [optional] | |
tags | [String] | [optional] | |
icon | File | [optional] |
- Content-Type: multipart/form-data
- Accept: application/json