Skip to main content

Get list of tags and count of its associated entities​

Returns list of tags for the logged in user's default entity tag set along with count of associated entities

Query Parameters
  • tagId int32

    Id of the tag whose associated entities details needs to be returned

Responses

OK


Schema
  • tagSetInfo object
  • id int32
  • GUID string
  • name string
  • tags object[]
  • id int32
  • name string
  • count int32
  • globalConfigInfo object

    Only applicable on Global CommCells

  • id string
  • name string
  • commcells object[]

    List of Service CommCells where the global configuration is applied

  • id int32
  • name string
  • guid string
  • scope string

    The entity level at which the config is applied.

  • scopeFilterQuery string

    CommCellEntityCache filter query string used for filtering the scope

  • applyOnAllCommCells boolean

    Decides whether the global configuration should be applied to all the Service commcells, including the newly created ones

  • isMarkedForDeletion boolean

    Indicates whether global configuration deletion has been started.

  • status string
  • associatedEntities object[]
  • id int32
  • name string
  • type string
Loading...