Get a Tag

Get the details of a specific tag.

HTTP MethodURLRequires Auth

GET

/api/v1/livechat/tags/:tagId

Permissions required:

  • view-l-room

  • manage-livechat-tags

Path Variables

KeyExampleDescription

tagId*

pXkCRLGxD34y2FEZq

The tag ID.

Example Call

curl --location --request GET 'http://localhost:3000/api/v1/livechat/tags/:tagId\
--header 'X-Auth-Token: myauth-token' \
--header 'X-User-Id: myuser-name'

Example Response

{
    "_id": "nNJntq2n6GBdR8JC4",
    "name": "331",
    "numDepartments": 2,
    "departments": [
        "kxL4qaa29SMpy3ZXG",
        "WRY3EFGAT9Xh5NFBv"
    ],
    "_updatedAt": "2022-11-28T07:17:31.973Z",
    "description": "test",
    "success": true
}

Last updated

Rocket.Chat versions receive support for six months after release.