Skip to main content

Get Exports

Select

Customer Managed

This operation returns a list of all exports.

Request Parameters

Name

Description

entityType

Type of entity.

Valid values are:

  • 9502, QuerySet
  • 9503, DownloadSet

operationType

Type of operation.

Valid values are:

  • 1, ADD
  • 2, DELETE
Request Body
  • containerOpReq object
  • entityType integer
  • operationType integer
  • userGuid string
  • fromSite integer
  • container object
  • capabilities integer
  • containerFullName string
  • containerType integer
  • createTime integer
  • containerName string
  • deDuplicateFields string
  • containerOwnerType integer
  • comment string
  • attribute integer
  • containerId integer
  • containerGuid string
  • ownerInfo object
  • aliasName string
  • userGuid string
  • userName string
  • filter object
  • pagingData object
  • startIndex integer
  • fetchEmails boolean
  • pageSize integer
  • fetchFiles boolean
Responses

OK


Schema
  • containers object[]
  • capabilities integer
  • containerFullName string
  • containerType integer
  • createTime integer
  • containerName string
  • deDuplicateFields string
  • containerOwnerType integer
  • comment string
  • attribute integer
  • containerId integer
  • containerGuid string
  • ownerInfo object
  • aliasName string
  • userGuid string
  • userName string
POST /getdownloads    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"containerOpReq": {
"entityType": 0,
"operationType": 0,
"userGuid": "string",
"fromSite": 0,
"container": {
"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"
}
}
},
"filter": {},
"pagingData": {
"startIndex": 0,
"fetchEmails": true,
"pageSize": 0,
"fetchFiles": true
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/GetDownloads' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"containerOpReq": {
"entityType": 0,
"operationType": 0,
"userGuid": "string",
"fromSite": 0,
"container": {
"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"
}
}
},
"filter": {},
"pagingData": {
"startIndex": 0,
"fetchEmails": true,
"pageSize": 0,
"fetchFiles": true
}
}'