Retrieves a list of authorization details for the menus in a BI portal.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:ListPortalMenuAuthorization |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DataPortalId |
string |
Yes |
The ID of the BI portal. |
0d173abb53e84c8ca7495429163b**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| RequestId |
string |
The request ID. |
D8749D65-E80A-433C-AF1B-CE9C180FF3B4 |
| Result |
array<object> |
A list of authorization details for the BI portal menus. |
|
|
array<object> |
A list of authorization details for the portal menus. |
||
| MenuId |
string |
The ID of the leaf-node menu in the BI portal. |
54kqgoa**** |
| Receivers |
array<object> |
The details of the authorization objects for the menu. |
|
|
object |
The details of the authorization objects for the menu. |
||
| ReceiverId |
string |
The ID of the authorization object. Note
|
121344444790**** |
| ReceiverType |
integer |
The type of the authorization object. Valid values:
|
0 |
| AuthPointsValue |
integer |
The authorization type for the menu. Valid values:
|
1 |
| ShowOnlyWithAccess |
boolean |
Indicates whether the menu is visible only to authorized users. Valid values:
|
true |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "D8749D65-E80A-433C-AF1B-CE9C180FF3B4",
"Result": [
{
"MenuId": "54kqgoa****",
"Receivers": [
{
"ReceiverId": "121344444790****",
"ReceiverType": 0,
"AuthPointsValue": 1
}
],
"ShowOnlyWithAccess": true
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.