擷取資料門戶菜單的授權詳情列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quickbi-public:ListPortalMenuAuthorization |
list |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| DataPortalId |
string |
是 |
資料門戶的 ID。 |
0d173abb53e84c8ca7495429163b**** |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| Success |
boolean |
是否請求成功。取值範圍:
|
true |
| RequestId |
string |
請求 ID。 |
D8749D65-E80A-433C-AF1B-CE9C180FF3B4 |
| Result |
array<object> |
門戶菜單的授權詳情列表。 |
|
|
array<object> |
門戶菜單的授權詳情列表。 |
||
| MenuId |
string |
資料門戶的葉子節點菜單 ID。 |
54kqgoa**** |
| Receivers |
array<object> |
菜單所授權的對象詳情。 |
|
|
object |
菜單所授權的對象詳情。 |
||
| ReceiverId |
string |
授權物件識別碼。 說明
|
121344444790**** |
| ReceiverType |
integer |
授權物件類型。取值範圍:
|
0 |
| AuthPointsValue |
integer |
菜單授與類型。取值範圍:
|
1 |
| ShowOnlyWithAccess |
boolean |
是否僅授權可見。取值範圍:
|
true |
樣本
正常返回樣本
JSON格式
{
"Success": true,
"RequestId": "D8749D65-E80A-433C-AF1B-CE9C180FF3B4",
"Result": [
{
"MenuId": "54kqgoa****",
"Receivers": [
{
"ReceiverId": "121344444790****",
"ReceiverType": 0,
"AuthPointsValue": 1
}
],
"ShowOnlyWithAccess": true
}
]
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。