ListPortalMenuAuthorization接口用于获取数据门户菜单的授权详情列表。

请求参数

名称 类型 是否必选 示例值 描述
Action String ListPortalMenuAuthorization

要执行的操作。取值:ListPortalMenuAuthorization。

DataPortalId String 0d173abb53e84c8ca7495429163b****

数据门户的ID。

返回数据

名称 类型 示例值 描述
RequestId String D8749D65-E80A-433C-AF1B-CE9C180FF3B4

请求ID。

Result Array of Data

门户菜单的授权详情列表。

MenuId String 54kqgoa****

数据门户的叶子节点菜单ID。

Receivers Array of Receivers

菜单所授权的对象详情。

ReceiverId String 121344444790****

授权对象ID。

ReceiverType Integer 0

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

  • 0:用户
  • 1:用户组
ShowOnlyWithAccess Boolean true

是否仅授权可见。取值范围:

  • true:仅授权可见
  • false:都可见
Success Boolean true

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

  • true:请求成功
  • false:请求失败

示例

请求示例

http(s)://quickbi-public.aliyuncs.com/?Action=ListPortalMenuAuthorization
&DataPortalId=0d173abb53e84c8ca7495429163b****
&<公共请求参数>

正常返回示例

XML格式

<RequestId>D8749D65-E80A-433C-AF1B-CE9C180FF3B4</RequestId>
<Success>true</Success>
<Result>
    <MenuId>54kqgoa****</MenuId>
    <ShowOnlyWithAccess>true</ShowOnlyWithAccess>
    <Receivers>
        <ReceiverId>121344444790****</ReceiverId>
        <ReceiverType>0</ReceiverType>
    </Receivers>
</Result>

JSON格式

{"RequestId":"D8749D65-E80A-433C-AF1B-CE9C180FF3B4","Success":"true","Result":[{"MenuId":"54kqgoa****","ShowOnlyWithAccess":"true","Receivers":[{"ReceiverId":"121344444790****","ReceiverType":"0"}]}]}

错误码

HttpCode 错误码 错误信息 描述
500 Instance.Expired Your instance has expired. 您的购买实例已经过期。
500 Instance.Not.Exist The specified instance does not exist. 暂未匹配到您的购买实例。
500 Access.Forbidden Access forbidden. Your instance version or access key is not allowed to call the API operation. 访问被禁止,您的实例版本或者 AccessKey不允许调用该 API。
500 Invalid.Organization The specified organizational unit does not exist. 该组织不存在。
500 User.Not.In.Organization The specified user is not in the organizational unit. 该用户不在组织中。
500 Invalid.Param.Error The parameter is invalid. 无效参数。
500 System.Param.empty This error code has been discarded. 错误码已废弃。
500 Workspace.NotIn.Organization The workspace is not owned by the organization. 空间不在组织内。
500 Internal.System.Error An internal system error occurred. 系统内部异常。

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