---
title: "Search Tags"
method: GET
path: "/tag"
tags: ["tags"]
---

# Search Tags

`GET /tag`

Search for Tags viewable by this user

## Query parameters

- `tagId` integer
- `tag` string
- `exactTag` string
- `isSystem` integer
- `isRequired` integer
- `haveOptions` integer
- `sortBy` 'tagId' | 'tag' | 'isSystem' | 'options' | 'isRequired'
- `sortDir` 'asc' | 'desc'

## Response `200`

successful operation

- Tag[]
  - `tagId` integer — The Tag ID
  - `tag` string — The Tag Name
  - `isSystem` integer — Flag, whether the tag is a system tag
  - `isRequired` integer — Flag, whether the tag requires additional values
  - `options` string, nullable — An array of options assigned to this Tag

---

[API](https://skmtc.net/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.net/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/fe497e811c7f/schema)
