Skip to main content

Support Categories

Get a list of topics that need support, used in creating tickets

HTTP Request

GET /api/v3/tickets/categories

Response

[
{
"cate_id": "1",
"cate_name": "Product support",
"description": "Product support",
"created_at": "2020-01-21 10:26:38"
},
{
"cate_id": "2",
"cate_name": "API support",
"description": "",
"created_at": "2020-05-15 11:04:47"
},
{
"cate_id": "3",
"cate_name": "Automation support",
"description": "Automation support",
"created_at": "2020-06-18 14:35:07"
}
]