8.7 根据父空间看板ID、租户ID列表发布引用看板

字段名 属性 注释
panel_id string 父空间看板ID
tenant_list []string 租户ID列表
  • 回包:
字段名 属性 注释
tenant_res []TenantRes 租户看板引用结果

TenantRes

字段名 属性 注释
tenant_id string 租户ID
is_success bool 发布成功/失败
err_msg string 发布失败原因
  • 错误码
错误码 错误码名称 备注
32020014 ErrDCInvalidTenantID 租户ID无对应的机构ID
32020015 ErrDCInvalidPanelID 父空间下无该看板ID
  • 回包示例
正确响应
{
    "code": 0,
    "data": {
        "tenant_res": [XXXXXX]
    },
    "msg": "",
    "op_time": 1752052548,
    "trace_id": "e8d79b8bb89f5dc42511ba8436a59813"
}

错误响应
{
    "code": 32020014,
    "data": {
    },
    "msg": "XXXXXX",
    "op_time": 1752052548,
    "trace_id": "e8d79b8bb89f5dc42511ba8436a59813"
}
© 1998 - 2022 Tencent Inc. all right reserved,powered by tencent.更新时间: 2025-09-26 11:45:58

results matching ""

    No results matching ""

    results matching ""

      No results matching ""