- BASE
- 业务对象
- DEMO
- 系统配置
- 开发辅助
- 字典
- 国际化模块
- 节假日
- 日程
- 数据源
- 流水号
- 工作台
- 系统工具
- 系统附件
- 操作日志
- 事务消息
- 个人办公 ( 常用语 )
- 定时计划
- 临时链接
- 办事大厅
- 连接器
- 在线文档
- 流程模块
- AUTH模块
- CMS模块
- ORG模块
- 数据权限
- 流程服务接口
- 应用市场模块
- 应用广场
- 钉钉全量同步用户信息GET
- 钉钉同步单人用户信息GET
- 测试GET
- testPOST
- 测试租户保存GET
- 222POST
预览
开发中
POST
/ab-bpm/sys/serialNo/preview
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer{{Auth_Token}}
Body 参数application/json
code
string
必需
param
string
必需
paramMap
string
必需
示例
{
"code": "string",
"param": "string",
"paramMap": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/ab-bpm/sys/serialNo/preview' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
object {0}
示例
[
{
"id": "1",
"newNowValue": 0,
"overViewTenValue": "2022022500001"
},
{
"id": "2",
"newNowValue": 0,
"overViewTenValue": "2022022500002"
},
{
"id": "3",
"newNowValue": 0,
"overViewTenValue": "2022022500003"
},
{
"id": "4",
"newNowValue": 0,
"overViewTenValue": "2022022500004"
},
{
"id": "5",
"newNowValue": 0,
"overViewTenValue": "2022022500005"
},
{
"id": "6",
"newNowValue": 0,
"overViewTenValue": "2022022500006"
},
{
"id": "7",
"newNowValue": 0,
"overViewTenValue": "2022022500007"
},
{
"id": "8",
"newNowValue": 0,
"overViewTenValue": "2022022500008"
},
{
"id": "9",
"newNowValue": 0,
"overViewTenValue": "2022022500009"
},
{
"id": "10",
"newNowValue": 0,
"overViewTenValue": "2022022500010"
}
]
修改于 2022-09-19 02:09:05