云客服-查询工单类型列表:请求说明
请求说明
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
Content-Type |
string |
True |
消息正文的类型为JSON |
2 |
access-token |
string |
True |
用户访问租间token |
序号 |
名称 |
参数类型 |
长度(字节) |
是否必选 |
说明 |
---|---|---|---|---|---|
1 |
typeName |
string |
128 |
False |
工单类型名称模糊查询 |
2 |
status |
string |
- |
False |
类型状态,Active/Inactive |
3 |
start |
number |
- |
True |
起始行数。(min:0) |
4 |
limit |
number |
- |
True |
本次查询要求返回的行数(min:1,max:100) |