查看使用者有哪些資料集和分析主題的問數授權。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quickbi-public:QueryLlmCubeWithThemeListByUserId |
get |
*全部資源
|
無 | 無 |
請求文法
POST HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| UserId |
string |
是 |
使用者識別碼。 |
adsdasd-***********-123wdasd |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
2EE822B***************F-F5B42DDADC12 |
| Result |
object |
資料集和分析主題列表。 |
|
| CubeIds |
object |
資料集 map。
|
|
|
string |
資料集對象 json。 |
"4d93*******0-9614-c97adea37911": "common***值" |
|
| ThemeIds |
object |
分析主題 map。
|
|
|
string |
分析主題對象 json。 |
"9aefb3************75abecbe": "www*********eeee" |
|
| Success |
boolean |
是否請求成功。取值範圍:
|
true |
樣本
正常返回樣本
JSON格式
{
"RequestId": "2EE822B***************F-F5B42DDADC12",
"Result": {
"CubeIds": {
"key": "\"4d93*******0-9614-c97adea37911\": \"common***值\""
},
"ThemeIds": {
"key": "\"9aefb3************75abecbe\": \"www*********eeee\""
}
},
"Success": true
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Internal.System.Error | An internal system error occurred. | |
| 400 | ApiUser.Not.Exists | The specified user does not exist. | |
| 400 | UserRoleConfig.NotContain.Function | The user %s does not have permission to operate. | |
| 400 | RobotNl2sql.Moudle.NotPurchase | Please purchase Nl2sql module first. | |
| 400 | Invalid.User.Organization | The user is not in your organization. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。