文档
测试

获取归档的工单数量

POST
/outside/pc/task/archive/count

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

参数名
类型
描述
必填
productId
string
产品id
可选
customerId
string
客户id
可选
templateId
string
工单类型id
可选
eventId
string
事件id
可选
taskIdList
List<String>>
工单id集合
可选

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
code
int
示例:0
必填
message
string
示例:请求成功
必填
result
object
数据字典
必填
archiveCount
int
示例:28
必填
isArchiveView
bool
是否有查看权限
必填

说明 / 示例

{ "success": true, "code": 0, "message": "请求成功", "result": { "archiveCount": 28, "isArchiveView": true } }