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
  • associatedEntities object[]
  • id int32
  • name string
  • type string
Loading...