Add Export To Exportset Container For Selected Items
Select
Customer Managed
This operation adds a newly created export to an exportset container - For selected items.
- application/json
Request Body
complianceData object
onlineData object
listOfItems object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- jobId integer
- downloadId string
{
"jobId": 0,
"downloadId": "string"
}
POST /download
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"complianceData": {
"mode": 0,
"restoreType": 0,
"downLoadDesc": "string",
"destContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"originatingContainer": {
"containerOwnerType": 0
},
"options": {}
},
"onlineData": {
"downloadStatus": 0
},
"listOfItems": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"clientId": 0,
"commcellNo": 0,
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"eMail": {
"smtpFromHTML": "string",
"subject": "string",
"importance": 0,
"smtpFrom": "string",
"subjectHTML": "string",
"mailBox": "string",
"links": "string",
"from": "string",
"fromHTML": "string",
"hasAttach": "string"
}
},
"tags": {}
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"complianceData": {
"mode": 0,
"restoreType": 0,
"downLoadDesc": "string",
"destContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"originatingContainer": {
"containerOwnerType": 0
},
"options": {}
},
"onlineData": {
"downloadStatus": 0
},
"listOfItems": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"clientId": 0,
"commcellNo": 0,
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"eMail": {
"smtpFromHTML": "string",
"subject": "string",
"importance": 0,
"smtpFrom": "string",
"subjectHTML": "string",
"mailBox": "string",
"links": "string",
"from": "string",
"fromHTML": "string",
"hasAttach": "string"
}
},
"tags": {}
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"complianceData": {
"mode": 0,
"restoreType": 0,
"downLoadDesc": "string",
"destContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"originatingContainer": {
"containerOwnerType": 0
},
"options": {}
},
"onlineData": {
"downloadStatus": 0
},
"listOfItems": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"clientId": 0,
"commcellNo": 0,
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"eMail": {
"smtpFromHTML": "string",
"subject": "string",
"importance": 0,
"smtpFrom": "string",
"subjectHTML": "string",
"mailBox": "string",
"links": "string",
"from": "string",
"fromHTML": "string",
"hasAttach": "string"
}
},
"tags": {}
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"complianceData": {
"mode": 0,
"restoreType": 0,
"downLoadDesc": "string",
"destContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"originatingContainer": {
"containerOwnerType": 0
},
"options": {}
},
"onlineData": {
"downloadStatus": 0
},
"listOfItems": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"clientId": 0,
"commcellNo": 0,
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"eMail": {
"smtpFromHTML": "string",
"subject": "string",
"importance": 0,
"smtpFrom": "string",
"subjectHTML": "string",
"mailBox": "string",
"links": "string",
"from": "string",
"fromHTML": "string",
"hasAttach": "string"
}
},
"tags": {}
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"complianceData": {
"mode": 0,
"restoreType": 0,
"downLoadDesc": "string",
"destContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"originatingContainer": {
"containerOwnerType": 0
},
"options": {}
},
"onlineData": {
"downloadStatus": 0
},
"listOfItems": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"clientId": 0,
"commcellNo": 0,
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"eMail": {
"smtpFromHTML": "string",
"subject": "string",
"importance": 0,
"smtpFrom": "string",
"subjectHTML": "string",
"mailBox": "string",
"links": "string",
"from": "string",
"fromHTML": "string",
"hasAttach": "string"
}
},
"tags": {}
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"complianceData": {
"mode": 0,
"restoreType": 0,
"downLoadDesc": "string",
"destContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"originatingContainer": {
"containerOwnerType": 0
},
"options": {}
},
"onlineData": {
"downloadStatus": 0
},
"listOfItems": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"clientId": 0,
"commcellNo": 0,
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"eMail": {
"smtpFromHTML": "string",
"subject": "string",
"importance": 0,
"smtpFrom": "string",
"subjectHTML": "string",
"mailBox": "string",
"links": "string",
"from": "string",
"fromHTML": "string",
"hasAttach": "string"
}
},
"tags": {}
}
]
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"complianceData": {
"mode": 0,
"restoreType": 0,
"downLoadDesc": "string",
"destContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"originatingContainer": {
"containerOwnerType": 0
},
"options": {}
},
"onlineData": {
"downloadStatus": 0
},
"listOfItems": {
"resultItem": [
{
"modifiedTime": 0,
"fileName": "string",
"viewsourceurl": "string",
"folderPathHTML": "string",
"folderPath": "string",
"appId": 0,
"cloudId": 0,
"sizeKB": 0,
"dataType": 0,
"turboGuid": "string",
"jobId": 0,
"clientName": "string",
"fileNameHTML": "string",
"aFileOffset": 0,
"aFileId": 0,
"appType": 0,
"clientId": 0,
"commcellNo": 0,
"documentId": "string",
"backupTime": 0,
"appSpecific": {
"appSpecificFlags": {
"deleted": true,
"stub": true
},
"eMail": {
"smtpFromHTML": "string",
"subject": "string",
"importance": 0,
"smtpFrom": "string",
"subjectHTML": "string",
"mailBox": "string",
"links": "string",
"from": "string",
"fromHTML": "string",
"hasAttach": "string"
}
},
"tags": {}
}
]
}
}'