Get Service Ticket Type

Last Updated on : 2023-06-20 12:34:13

Get all the types of service tickets.

API address

GET: /v1.0/iot-01/ticket/feedbacks/feedback-type

Return parameter

Parameter name Type Description
result List The returned result.

Description of result

Parameter name Type Description
id String The ID of a specified category.
cate_name String The name of a specified category.
cate_path String The path of a specified category.
cate_code String The code of a specified category.
categories List The sub-category.

Request example

GET: /v1.0/iot-01/ticket/feedbacks/feedback-type

Return example

{ "result": [ { "cate_code": "01", "cate_path": "1366381080801706080", "cate_name": "General service support", "categories": [ { "cate_code": "0101", "cate_path": "1366381080801706080,1366386600463827028", "cate_name": "App issues", "categories": [ { "cate_code": "0101", "cate_path": "1366381080801706080,1366386600463827028,1366392147317620834", "cate_name": "Registration and login issues", "categories": [ ], "id": "13663921473176****" } ], "id": "136638660046382****" } ], "id": "142571862425286****" } ], "t": 1638433945545, "success": true }

Error code

For more information, see error code.