# API: List ticket tags

# getTicketsTags

Get list of tags assigned to tickets

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getTicketsTags

# PHP Samples

# Response

{
    "success": true,
    "tags": [
        {
            "id": "4",
            "tag": "Public",
            "usage": 1,
            "group": 0
        },
        {
            "id": "87",
            "tag": "test",
            "usage": 0.65,
            "group": 1
        },
        {
            "id": "88",
            "tag": "API",
            "usage": 0.48,
            "group": 2
        },
        {
            "id": "91",
            "tag": "ss",
            "usage": 0.48,
            "group": 2
        },
        {
            "id": "90",
            "tag": "newone",
            "usage": 0.48,
            "group": 2
        },
        {
            "id": "92",
            "tag": "newone1",
            "usage": 0.48,
            "group": 2
        }
    ],
    "call": "getTicketsTags",
    "server_time": 1498201497
}
Last Updated: 9/30/2024, 2:47:06 PM