- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 客户查询
- 客户导入
- 客户
- 线索&待分配
- 商机
- 个人客户转企业客户
- 企业客户联系人
- 客户旅程
- 客户操作
- 按企微员工id列出企微好友客户详情POST
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
工单详情
POST
/api/v3/work/sheet/detail
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
detailId
integer
工单id
示例
{
"detailId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/work/sheet/detail' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"detailId": 0
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
message
string
信息
data
object
数据
id
integer
id
title
string
工单标题
createUserId
integer
创建人id
createUserName
string
创建人名称
createUserDeleted
boolean
创建人状态
createTime
string
创建时间
lastUpdateTime
string
最后修改时间
circulationType
integer
必需
priority
integer
优先级
status
integer
状态
content
string
内容
appendix
string
文件信息
fieldDefine
string
自定义字段
relationCustomerId
integer
关联客户
relationSalesId
integer
关联销售
relationCustomerName
string
关联客户名称
relationSalesName
null
关联销售名称
currentHandleUser
array [object {5}]
当前处理人
followUsers
null
关注人
moduleId
integer
模板信息
moduleName
string
模板名称
attention
boolean
是否关注
isManager
boolean
是否管理
unionId
string
unionId
orderList
null
订单
orderLists
array[string]
必需
orderVOList
array[string]
必需
orderFlag
boolean
必需
opLogs
array [object {6}]
工单日志
replayLogs
array [object {6}]
必需
示例
{
"code": 0,
"message": "success",
"data": {
"id": 493798000556096,
"title": "发大三",
"createUserId": 436106314829824,
"createUserName": "API",
"createUserDeleted": false,
"createTime": "2022-08-22 15:38:24",
"lastUpdateTime": "2022-08-22 17:51:08",
"circulationType": 1,
"priority": 2,
"status": 4,
"content": "大三的",
"appendix": "[]",
"fieldDefine": "[{\"427586314909760\":\"\"},{\"432754321000512\":\"0\"},{\"430832163305536\":\"0\"}]",
"relationCustomerId": 0,
"relationSalesId": 0,
"relationCustomerName": "--",
"moduleId": 430975492448320,
"moduleName": "默认模板",
"attention": false,
"isManager": false,
"unionId": "--",
"orderLists": null,
"orderVOList": [],
"orderFlag": true
}
}
修改于 2022-09-02 07:41:26