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
GET /v4/tags/associatedentities    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
tagId — query
curl -L -X GET 'https://localhost/webconsole/api/V4/Tags/AssociatedEntities' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'