Get a Tag
Authorizations
Cookie-based authentication
Path Parameters
Response
Tag object
Internal id, e.g. 123
e.g. "Complaint"
The full name when not shown in a tree
The id of the parent tag. null if on root level. Can be created to create the tree structure of tags
To what this tag can be assigned to
ticket
, contract
, customer
Type of the tag
skill
, product
, brand
, customerProperty
, contractProperty
, other
Visibility of the tag
public
, private
, disabled
Color of the tag. Default is grey
grey
, green
, red
, blue
, yellow
, purple
, orange
, teal
An array of strings that specify special properties. Currently only ['defaultSkill'], if this tag should be assigned if no skill was found
defaultSkill
The complexity of the tag
SLA in business hours. So if we have business hours from 9-17h, an 8 hour SLA means ticket has to be solved within one day. NULL means no SLA is assigned.
If set to anything other than do-not-change, then the ticket priority will be set to this value if the tag was assigned (either manually or via AI)
do-not-change
, low
, medium
, high
Channels for which this tag can be detected. If empty or null, then this tag can be assigned to all channels.
Subchannels (=Mailboxes/Chat channels) for which this tag can be detected. If empty or null, then this tag can be assigned to all subchannels.
Details how the AI agent is detected
Specifies how this tag is being assigned. The details in the assignment are specified in the settings page of the tag. So for example 'assignBySubchannel', 'assignByCustomLogic' means this tag is auto-assigned for certain subchannels, and using a custom logic defined in an executor.
assignByChannel
, assignBySubchannel
, assignByTicketProperty
, assignByContractProperty
, assignByCustomerProperty
, assignByCustomLogic
, assignByAI
Test case for the tag
The user that last modified the tag
The date and time when the tag was last modified