查询事件目录和用户信息

/reporting/search_service_type

请求参数

参数名
类型
描述
必填
user_id
必填

响应参数

参数名
类型
描述
必填
state
状态
必填
user_information
用户信息
必填
service_type
事件目录
必填

说明 / 示例

{ "jsonrpc": "2.0", "id": null, "result": { "state": true, "user_information": { "name": "长得帅算我输", "department": "软件开发部", "company": "My Company", "address": false }, "service_type": [ { "service_type_id": 1, "service_type_path": "软件故障" }, { "service_type_id": 6, "service_type_path": "硬件故障" } ] } }