Get /api/v3/tag

Operation: GetTagsV3

Summary

Get a list of tags within a tag category. Report tags are the only supported category at this time.

Path and Query Parameters

Parameter Description Type Location
filter Currently only supports the ‘tagCategory’ filter with a value of ‘report’, may be expanded in the future string Query

Filters

Name Description Type Operators
tagCategory Tag Category string equals

Response Parameters

HTTP 200


Body Parameters

Content Type: application/json

Type Reference: TagResponse [Array]

Parameter Description Type
array
   tagTypeId integer
   tagTypeInfo string
   values array

Responses

HTTP 200

Body

Content Type: application/json
[
  {
    "tagTypeId": 1,
    "tagTypeInfo": "string",
    "values": [
      "string"
    ]
  }
]