查询成员控件配置信息
描述
查询成员控件配置信息
使用须知
开发前,请仔细阅读开发指南。
- POST请求头
{"Authorization": "Bearer YOUR_APIKEY"}
YOUR_APIKEY
请阅读开发指南了解。
名词解释
名称 | 说明 |
---|---|
app_id | 应用ID |
entry_id | 该应用内的表单ID |
app_id
+entry_id
表示全局唯一的表单标识,前往开放平台中的API文档进行查看。
接口URL
POST - /openapi/v1/app/{app_id}/entry/{entry_id}/member_widget_info
请求参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
widget | _widget_1700038939022 | String | 是 | 成员字段别名 |
请求示例
{
"widget": "_widget_1700038939022"
}
响应参数
参数名 | 示例值 | 参数类型 | 参数描述 |
---|---|---|---|
widget | _widget_1700038939022 | String | 字段原始别名 |
name | _widget_1700038939022 | String | 字段别名 |
type | user | String | 字段类型 |
title | 成员单选 | String | 字段标题 |
limit | - | Object | 可选范围参数内容 |
limit.users | 5c06e86f11f87c94fb1c24ee | Array | 成员id |
limit.outsiderMember | 5a70ee08a0416de96518a811 | Array | 外部联系人id |
limit.outsiderGroup | 088391f780542c879e911697 | Array | 外部联系人分组id |
limit.dockcorpValue | cli_a1657573547a900d | Array | 互联组织部门id |
limit.dockuserValue | b42ee027a157d4f2c0f06429 | Array | 互联组织对接人id |
limit.dockroleValue | 332947b70c437a1990f5ce5e | Array | 互联组织角色id |
limit.departs | 5f0d7cf9f4361283774fcac4-dept | Array | 部门id 部门id-dept:当前部门, 部门id-deptSub:当前部门及其子部门 |
limit.roles | 5d255365c73435619b72fcb0 | Array | 角色id |
limit.public | 100000000000000000000001 | Array | 动态参数 100000000000000000000001表示当前用户 |
limit.jobtitle | 57692aedbb6039b04cf15eca-current-2 | Array | 职称 部门id-current-职位名称:当前部门职称,部门id-currentSub-职位名称:当前部门及其子部门的职称 |
value | b42ee027a157d4f2c0f06429 | Array | 成员字段默认值 |
响应数据样例
{
"widget": "_widget_1700038939022",
"name": "_widget_1700038939022",
"type": "user",
"title": "成员单选",
"limit": {
"users": [
"5c06e86f11f87c94fb1c24ee",
"52b837e2e2ec5736831db555"
],
"outsiderMember": [
"5a70ee08a0416de96518a811",
"5043f034699af3458734f91c"
],
"outsiderGroup": [
"088391f780542c879e911697",
"4e414053658c58d253a26c49"
],
"dockcorpValue": [
"cli_a1657573547a900d",
"wpacI8DQAA0nJ3fAlIOudx08pcqReL0g"
],
"dockuserValue": [
"b42ee027a157d4f2c0f06429",
"1043b8d2b9cf2456acd144e0"
],
"dockroleValue": [
"332947b70c437a1990f5ce5e"
],
"departs": [
"5f0d7cf9f4361283774fcac4-dept",
"5f0d7cf9f4361283774fcac4-deptSub"
],
"roles": [
"5d255365c73435619b72fcb0",
"5d7664098c0e0bb8e9f4e0b8",
"0a74a89bfd16dbc56b178166"
],
"public": [
"100000000000000000000001"
],
"jobtitle": [
"57692aedbb6039b04cf15eca-current-2",
"57692aedbb6039b04cf15eca-currentSub-2"
]
},
"value": [
"b42ee027a157d4f2c0f06429"
]
}