Skip to main content

Get Exportsets

Select

Customer Managed

This operation returns a the list of exportsets.

Request Parameters

Name

Description

entityType

Type of entity.

Valid values are:

  • 9502, QuerySet
  • 9503, DownloadSet
Request Body
  • getContainerOptions integer
  • entityType integer
  • userGuid string
  • attribute object
  • all 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 /getcontainers    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"getContainerOptions": 0,
"entityType": 0,
"userGuid": "string",
"attribute": {
"all": true
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/GetContainers' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"getContainerOptions": 0,
"entityType": 0,
"userGuid": "string",
"attribute": {
"all": true
}
}'