- OpenAPI基本介绍
- 错误码参考表
- 访问频率和并发限制
- 消息订阅
- 获取访问凭据
- 员工管理
- 自定义订单管理
- 客户管理
- 客户积分管理
- 客户标签管理
- 客户画像管理
- 标签库管理
- 群聊管理
- 工单管理
- 销售过程管理
- 聊天记录管理
- 拉新排行榜
- 群裂变
- 群打卡
- 企微任务宝
- 拉新排行榜
- 自定义表单
- 客户转化
- 员工个人群发记录管理
- 渠道码管理
- 素材库管理
- 互动雷达管理
- 自定义侧边栏身份校验
- 有赞订单管理
- 小鹅通订单管理
- 项目管理
- 门店信息
- 人群包
- 客户群发
- 企微朋友圈
- 个人SOP
- 部门管理
- 群标签管理
- 话术库
- 企微数据专区
获取工单模板列表
GET
/open-api/workorder/template/list
请求参数
Query 参数
limit
string
可选
示例值:
10
offset
string
可选
示例值:
0
start_time
string
可选
示例值:
1592576435
end_time
string
可选
示例值:
1592576420
access_token
string
调用接口凭证
默认值:
{{access_token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.weibanzhushou.com/open-api/workorder/template/list?limit=10&offset=0&start_time=1592576435&end_time=1592576420&access_token='
返回响应
🟢200成功
application/json
Body
template_list
array [object {7}]
工单模板列表
id
number
工单模板id
title
string
工单模板标题
status
integer
工单模板状态
count
integer
必需
updated_at
number
更新时间
template_type
integer
必需
template_stage
array [object {3}]
模板阶段
errcode
integer
错误码
errmsg
string
错误信息
示例
{ "template_list": [ { "title": "极克回车", "component_list": [ { "id": 74, "title": "气技三", "type": "ullamco laborum", "is_show": true, "config": { "component_id": "58", "option_type": 40, "enable_mark_tag": false, "default_area": "culpa eiusmod Lorem", "arrangement": 66, "default_city": "山南地区", "index": 28, "input_type": 76, "is_show_division_line": false, "default_text": "minim dolore qui", "default_province": "重庆", "is_synchronized": true, "title": "质每参治日", "default_street": "sint", "option_list": [ { "key": "deserunt dolor mollit adipisicing dolor", "count": 78, "option_name": "要儿将较对到路", "option_img_src": "http://dummyimage.com/400x400" }, { "key": "eiusmod enim cupidatat dolore mollit", "count": 66, "option_name": "矿议解金别", "option_img_src": "http://dummyimage.com/400x400" }, { "key": "aute deserunt minim amet nulla", "count": 64, "option_name": "少较主", "option_img_src": "http://dummyimage.com/400x400" } ], "is_required": false } }, { "id": 74, "title": "构习以变", "type": "anim sed Lorem labore", "is_show": false, "config": { "title": "受长克组无到", "enable_mark_tag": false, "index": 76, "option_type": 41, "option_list": [ { "key": "et labore nulla reprehenderit occaecat", "count": 6, "option_name": "空我得", "option_img_src": "http://dummyimage.com/400x400" }, { "key": "aliquip", "count": 59, "option_name": "最利况许", "option_img_src": "http://dummyimage.com/400x400" }, { "key": "occaecat in", "count": 27, "option_name": "八在打", "option_img_src": "http://dummyimage.com/400x400" }, { "key": "non sunt magna id", "count": 5, "option_name": "米土期和算比近", "option_img_src": "http://dummyimage.com/400x400" }, { "key": "cupidatat", "count": 83, "option_name": "率过好查", "option_img_src": "http://dummyimage.com/400x400" } ], "arrangement": 76, "default_street": "ut laboris", "default_text": "sed tempor", "is_required": true, "is_synchronized": false, "is_show_division_line": true, "default_area": "id sit ullamco elit dolore", "default_province": "湖南省", "input_type": 19, "default_city": "甘孜藏族自治州", "component_id": "71" } }, { "id": 32, "title": "物品层每", "type": "officia magna", "is_show": false, "config": { "is_required": false, "option_type": 91, "arrangement": 69,
🟢200正常返回
修改于 2024-03-05 07:14:51