ListOrganizations - 查询组织列表

查询组织列表。

适用版本

企业专属版

服务接入点与授权信息

请求语法

GET https://{domain}/oapi/v1/platform/organizations

请求头

参数

类型

是否必填

描述

示例值

x-yunxiao-token

string

个人访问令牌。

pt-0fh3****0fbG_35af****0484

请求参数

参数

类型

位置

是否必填

描述

示例值

page

integer

query

当前页,默认1。

1

perPage

integer

query

每页数据条数,1<=perPage<=100,默认100。

100

请求示例

curl -X 'GET' \
  'https://test.rdc.aliyuncs.com/oapi/v1/platform/organizations?page={page}&perPage={perPage}' \
  -H 'Content-Type: application/json' \
  -H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'

返回参数

参数

类型

描述

示例值

-

array

-

object

createdAt

string

创建时间。

2023-08-31T03:59:16.201Z

creatorId

string

组织创建者。

99d1****6124

defaultRole

string

默认角色。

99d1****6124

description

string

组织描述。

示例描述

id

string

组织 ID。

99d1****6124

name

string

组织名称。

示例名

updateAt

string

更新时间。

2023-08-31T03:59:16.201Z

返回示例

[
    {
        "createdAt": "2023-08-31T03:59:16.201Z",
        "creatorId": "99d1****6124",
        "defaultRole": "99d1****6124",
        "description": "示例描述",
        "id": "99d1****6124",
        "name": "示例名",
        "updateAt": "2023-08-31T03:59:16.201Z"
    }
]

响应头

参数

描述

示例值

x-next-page

下一页。

1

x-per-page

每页数据条数。

100

x-prev-page

上一页。

1

x-total

总数据量。

2

x-total-pages

总分页数。

1

响应头示例

 connection: keep-alive 
 content-length: 481 
 content-type: application/json; charset=UTF-8 
 date: Thu,04 Jul 2024 13:44:21 GMT 
 x-next-page: 1 
 x-per-page: 100  //每页大小 
 x-prev-page: 1 
 x-total: 2   //总条数
 x-total-pages: 1  //总页数

错误码

访问错误码中心查看 API 相关错误码。