Get the tagSet by tagSetId and CommunityId
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId |
Communitiy Id |
integer |
Required |
| tagSetId |
TagSet Id for DNA |
integer |
Required |
None.
| Name | Description | Type | Additional 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 this endpoint by entering your credentials and using the API Explorer.
Try With API Explorer
{
"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
}
]
}
]
}