Periksa dataset dan tema analisis mana yang memiliki otorisasi tanya jawab oleh pengguna
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryLlmCubeWithThemeListByUserId |
get |
*All Resource
|
None | None |
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
Yes |
ID Pengguna. |
adsdasd-***********-123wdasd |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID Permintaan. |
2EE822B***************F-F5B42DDADC12 |
| Result |
object |
Daftar dataset dan tema analisis. |
|
| CubeIds |
object |
Peta dataset.
|
|
|
string |
Objek JSON dari dataset. |
"4d93*******0-9614-c97adea37911": "common***值" |
|
| ThemeIds |
object |
Peta tema analisis.
|
|
|
string |
Objek JSON dari tema analisis. |
"9aefb3************75abecbe": "www*********eeee" |
|
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang mungkin:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "2EE822B***************F-F5B42DDADC12",
"Result": {
"CubeIds": {
"key": "\"4d93*******0-9614-c97adea37911\": \"common***值\""
},
"ThemeIds": {
"key": "\"9aefb3************75abecbe\": \"www*********eeee\""
}
},
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.