All Products
Search
Document Center

Quick BI:ListWhitePortalMenu

Last Updated:Dec 04, 2025

Retrieves the whitelist for a BI portal menu.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

DataportalId

string

Yes

The ID of the BI portal.

asdagad***213425

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

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

Result

array<object>

The whitelist.

object

Whitelist information.

ReceiverId

string

The ID of the authorization object. If the authorization is at the workspace or organization level, this parameter returns the workspace ID or organization ID.

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

ReceiverType

integer

The type of the authorization object. Valid values:

  • 0: User

  • 1: User group

  • 3: Workspace or organization level

0

AuthPointsValue

integer

The authorization type for the menu. Valid values:

  • 1: View

  • 3: Export and view

1

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

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

Error codes

HTTP status code

Error code

Error message

Description

400 Internal.System.Error An internal system error occurred. 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. The group workspace does not exist.
400 NoPermissionTo.Operate.Object You are not authorized to operate the objects. You are not authorized to do this.
400 Invalid.Workspace The workspace is not owned by the organization.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.