Get the tagSet by tagSetId and CommunityId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
communityId

Communitiy Id

integer

Required

tagSetId

TagSet Id for DNA

integer

Required

Body Parameters

None.

Response Information

Resource Description

TagSetModel

NameDescriptionTypeAdditional information
TagSetId

integer

None.

Name

string

None.

Description

string

None.

Type

TagSetType

None.

InputType

TagSetInputType

None.

MaxSelections

integer

None.

Tags

Collection of TagModel

None.

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json, text/json

Sample:
{
  "TagSetId": 1,
  "Name": "sample string 2",
  "Description": "sample string 3",
  "Type": "GlobalAttribute",
  "InputType": "Checkboxes",
  "MaxSelections": 1,
  "Tags": [
    {
      "TagId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "NeighborhoodUrl": null,
      "ChildTags": [
        {
          "TagId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "NeighborhoodUrl": null
        },
        {
          "TagId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "NeighborhoodUrl": null
        }
      ]
    },
    {
      "TagId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "NeighborhoodUrl": null,
      "ChildTags": [
        {
          "TagId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "NeighborhoodUrl": null
        },
        {
          "TagId": 1,
          "Name": "sample string 2",
          "Description": "sample string 3",
          "NeighborhoodUrl": null
        }
      ]
    }
  ]
}