页内导航:

查询机构项目列表

使用场景:根据机构id查询,机构下所有项目id列表

调用凭证: 应用签名

请求地址: https://test-oapi.gongyi.qq.com/api/platform_query_service/GetOrgProjNoList

请求方法: POST ( HTTPS

请求参数:

参数 类型 必填 说明
org_no string 机构编号 - 必须是appid有权限访问的机构编号
page_index int 数据分页页码(从1开始);默认:1;小于等于0时,会使用默认值
page_size int 数据分页大小(>0 && <500);默认:100;小于等于0时,会使用默认值

返回参数:

参数 类型 说明
code int 返回码:0表示成功,其他值表示错误,请参考错误码说明
msg string 错误信息
data object 返回数据

data内容:

参数 类型 说明
total int 数据总记录数
list array<string> 项目编号列表

请求示例:

{
  "org_no":"100133",
  "page_size": 10,
  "page_index": 2
}

返回示例:

{
  "code": 0,
  "msg": "Success",
  "op_time": 1650812345,
  "trace_id": "1a2b3c4d5e6f7g8h1a2b3c4d5e6f7g8h",
  "data": {
    "total": 10,
    "list": ["18968","13323","12","222333"]
  }
}
1. 2025/06/30 变更
© 1998 - 2022 Tencent Inc. all right reserved,powered by tencent.更新时间: 2025-07-04 15:13:54

results matching ""

    No results matching ""

    results matching ""

      No results matching ""