- 设备及系统服务
- area-controller
- 客户与图纸关系
- 客户管理
- 设备型号
- 设备型号-故障代码
- 设备型号-参数
- 设备型号-参数分组(可视化分组)
- 设备类型
- 设备类型-故障代码
- 设备类型-参数
- 文件(知识库)
- 图纸通讯信息配置
- 项目管理
- 项目看板
- 客户化配置
- 默认指标
- 标签接口
- 计量单位
- oss-file-controller
- 参数手册
- 告警服务
- 数据分析服务
- 用户中心服务
- 售后维保服务
- 故障类型
- 维保、派工单操作记录
- 维修记录接口
- 服务项接口
- 维保工单状态统计接口
- 工单接口
- 派工单接口
- 设备保养设定
- 设备型号保养设定
- 设备数据服务
- 消息日志服务
执行派工单-派工单列表
GET
/customerservice/workorderitem/list
派工单接口
请求参数
Query 参数
beginDate
string
可选
beginDateLong
integer
可选
customerId
string
客户id
endDate
string
可选
endDateLong
integer
可选
itemCode
string
可选
itemStatus
integer
可选
mainTechnicianIds
array[string]
可选
mainTechnicianName
string
可选
order
string
可选
orderField
string
可选
orderId
string
可选
otherTechnicianIds
array[string]
可选
otherTechnicianName
string
可选
page
integer
第几页,从1开始
size
integer
分页大小
tenant
string
可选
userId
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/customerservice/workorderitem/list?customerId=&page=&size='
返回响应
🟢200OK
application/json
Body
_embedded
object (Page«派工单»)
可选
countId
string
可选
current
integer <int64>
可选
maxLimit
integer <int64>
可选
optimizeCountSql
boolean
可选
orders
array[object (OrderItem) {2}]
可选
pages
integer <int64>
可选
records
array[object (派工单) {17}]
可选
searchCount
boolean
可选
size
integer <int64>
可选
total
integer <int64>
可选
code
integer <int32>
可选
message
string
可选
timestamp
string
可选
示例
{
"_embedded": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{
"asc": true,
"column": "string"
}
],
"pages": 0,
"records": [
{
"attention": "string",
"beginDate": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"dispatchTime": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"endDate": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"id": "string",
"itemCode": "string",
"itemStatus": 0,
"mainTechnician": "string",
"mainTechnicianName": "string",
"orderCode": "string",
"orderId": "string",
"otherTechnician": [
{
"userId": "string",
"userName": "string"
}
],
"pay": 0,
"realId": "string",
"reason": "string",
"recordList": [
{
"calculateUnit": "千瓦",
"createBy": "string",
"createTime": "string",
"dataType": "bool",
"formula": "AVG()",
"icon": "string",
"id": "string",
"kpiCode": "string",
"kpiName": "string",
"kpiType": 0,
"kpiTypeName": "string",
"tenant": 123,
"updateBy": "string",
"updateTime": "string"
}
],
"tenant": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2022-06-20 08:28:12