ListWhitePortalMenu - 获取数据门户菜单的白名单列表

获取数据门户菜单的白名单列表。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

POST  HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

DataportalId

string

数据门户 ID。

asdagad***213425

返回参数

名称

类型

描述

示例值

object

Schema of Response

RequestId

string

请求 ID。

DC4E1**********0DF67E2C3

Result

array<object>

白名单列表。

object

白名单信息。

ReceiverId

string

授权对象的 ID,当空间或组织级别时则返回空间 ID 或组织 ID。

8a4***********1e769

ReceiverType

integer

授权对象类型。取值范围:

  • 0:用户

  • 1:用户组

  • 3:空间或组织级别

0

AuthPointsValue

integer

菜单授权类型。取值范围:

  • 1:查看

  • 3:导出和查看

1

Success

boolean

是否请求成功。取值范围:

  • true:请求成功

  • false:请求失败

true

示例

正常返回示例

JSON格式

{
  "RequestId": "DC4E1**********0DF67E2C3",
  "Result": [
    {
      "ReceiverId": "8a4***********1e769",
      "ReceiverType": 0,
      "AuthPointsValue": 1
    }
  ],
  "Success": true
}

错误码

HTTP status code

错误码

错误信息

描述

400 Internal.System.Error An internal system error occurred. 系统内部异常。
400 Application.Object.NotExist The object you are operating does not exist or has been deleted. 操作组件不存在或已被删除。
400 Workspace.Not.Exist The group workspace does not exist. 群空间不存在。
400 NoPermissionTo.Operate.Object You are not authorized to operate the objects. 您无权操作这些对象。
400 Invalid.Workspace The workspace is not owned by the organization. 该空间不在组织内。

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情