Skip to main content

Get list of Tags Details

Select

SaaS
Customer Managed

This operation returns details of all the tags.

Responses

OK


Schema
  • listOftagSetList object[]
  • tagSetsAndItems object[]
  • 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
  • tags object[]
  • tagOwnerType integer
  • tagId integer
  • name string
  • flags integer
  • fullName string
  • description string
  • id string
  • attribute object
  • system boolean
GET /ediscovery/tags    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Ediscovery/Tags' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'