Operation: GetTagsV3
Get a list of tags within a tag category. Report tags are the only supported category at this time.
Parameter | Description | Type | Location |
---|---|---|---|
filter | Currently only supports the ‘tagCategory’ filter with a value of ‘report’, may be expanded in the future | string | Query |
Name | Description | Type | Operators |
---|---|---|---|
tagCategory | Tag Category | string | equals |
Type Reference: TagResponse [Array]
Parameter | Description | Type |
---|---|---|
array | ||
tagTypeId | integer | |
tagTypeInfo | string | |
values | array |
[
{
"tagTypeId": 1,
"tagTypeInfo": "string",
"values": [
"string"
]
}
]