使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_token": "string",
"timestamp": 0,
"app_id": 0,
"company_identification": 0,
"sign": "string"
}
curl --location --request POST 'https://developer.jijyun.cn/api/openapi/action_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_token": "string",
"timestamp": 0,
"app_id": 0,
"company_identification": 0,
"sign": "string"
}'
{
"data": [
{
"action_id": 1,
"desc": "当新数据添加到表单时",
"action_type": 1,
"is_end": 1,
"trigger_type": "2",
"request_type": null,
"action_describe": "当金数据指定表单有新增数据时触发流程并同步数据",
"sort": 1,
"dynamic_sample": 0,
"sub_type": "",
"action_key": 1
},
{
"action_id": 2,
"desc": "当表单数据被修改时",
"action_type": 1,
"is_end": 1,
"trigger_type": "2",
"request_type": null,
"action_describe": "当金数据指定表单有数据修改时触发流程并同步数据",
"sort": 1,
"dynamic_sample": 0,
"sub_type": "",
"action_key": 2
},
{
"action_id": 3,
"desc": "创建数据到指定表单中",
"action_type": 2,
"is_end": 1,
"trigger_type": null,
"request_type": "POST",
"action_describe": "将流程中的数据同步到金数据指定表单中",
"sort": 1,
"dynamic_sample": 0,
"sub_type": "creates",
"action_key": 3
},
{
"action_id": 2549,
"desc": "当有表单数据新增或修改时",
"action_type": 1,
"is_end": 0,
"trigger_type": "1",
"request_type": null,
"action_describe": "当有表单数据新增或修改时同步数据并触发流程",
"sort": 1,
"dynamic_sample": 0,
"sub_type": "",
"action_key": 2549
},
{
"action_id": 2552,
"desc": "修改指定表单中的数据",
"action_type": 2,
"is_end": 1,
"trigger_type": "0",
"request_type": "POST",
"action_describe": "修改指定表单中的数据",
"sort": 1,
"dynamic_sample": 0,
"sub_type": "modifies",
"action_key": 2552
},
{
"action_id": 2553,
"desc": "查询指定表单中数据列表信息",
"action_type": 2,
"is_end": 0,
"trigger_type": "0",
"request_type": "POST",
"action_describe": "查询指定表单中数据列表信息",
"sort": 1,
"dynamic_sample": 0,
"sub_type": "searches",
"action_key": 2553
},
{
"action_id": 2554,
"desc": "查询指定表单中的单条数据",
"action_type": 2,
"is_end": 0,
"trigger_type": "0",
"request_type": "POST",
"action_describe": "查询指定表单中的单条数据",
"sort": 1,
"dynamic_sample": 0,
"sub_type": "searches",
"action_key": 2554
}
],
"msg": "成功",
"code": 0,
"RequestId": "63e6bc2b-1feb-4940-a9fc-1d72e003f8c0"
}