Mencantumkan ruang kerja di organisasi saat ini.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryOrganizationWorkspaceList |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Keyword |
string |
No |
Kata kunci untuk mencari ruang kerja. |
程序 |
| PageNum |
integer |
No |
Nomor halaman yang akan dikembalikan.
|
1 |
| PageSize |
integer |
No |
Jumlah ruang kerja per halaman.
|
10 |
| UserId |
string |
No |
ID pengguna di Quick BI. |
fe67f61a35a94b7da1a34ba174a7**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
| RequestId |
string |
ID permintaan. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
Hasil kueri yang dipaginasi. Parameter Data berisi detail setiap ruang kerja. |
|
| Data |
array<object> |
Array objek ruang kerja. |
|
|
object |
Detail ruang kerja. |
||
| AllowPublishOperation |
boolean |
Whether the work can be made public. Value range:
|
true |
| AllowShareOperation |
boolean |
Indicates whether the work can be authorized for sharing. Possible values:
|
true |
| CreateTime |
string |
Creation time of the workspace. |
2020-11-10 17:51:07 |
| CreateUser |
string |
Quick BI user ID of the creator. |
de4bc5f9429141cc8091cdd1c15b**** |
| CreateUserAccountName |
string |
Aliyun account name of the creator. |
pop****@aliyun.com |
| ModifiedTime |
string |
Last modified time of the workspace. |
2020-11-10 17:51:07 |
| ModifyUser |
string |
ID of the Quick BI user who modified the workspace. |
de4bc5f9429141cc8091cdd1c15b**** |
| ModifyUserAccountName |
string |
Aliyun account name of the modifier. |
pop****@aliyun.com |
| OrganizationId |
string |
ID of the organization to which the workspace belongs. |
2fe4fbd8-588f-489a-b3e1-e92c7af0**** |
| Owner |
string |
Quick BI user ID of the workspace owner. |
de4bc5f9429141cc8091cdd1c15b**** |
| OwnerAccountName |
string |
Aliyun account name of the workspace owner. |
pop****@aliyun.com |
| WorkspaceDescription |
string |
Workspace description. |
该空间是测试空间 |
| WorkspaceId |
string |
Workspace ID. |
7350a155-0e94-4c6c-8620-57bbec38**** |
| WorkspaceName |
string |
Name of the workspace. |
测试空间 |
| RealOwnerAccountName |
string |
test |
|
| PageNum |
integer |
Nomor halaman. |
1 |
| PageSize |
integer |
Jumlah entri yang dikembalikan per halaman. |
10 |
| TotalNum |
integer |
Jumlah total ruang kerja. |
1 |
| TotalPages |
integer |
Jumlah total halaman. |
1 |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"Data": [
{
"AllowPublishOperation": true,
"AllowShareOperation": true,
"CreateTime": "2020-11-10 17:51:07",
"CreateUser": "de4bc5f9429141cc8091cdd1c15b****",
"CreateUserAccountName": "pop****@aliyun.com",
"ModifiedTime": "2020-11-10 17:51:07",
"ModifyUser": "de4bc5f9429141cc8091cdd1c15b****",
"ModifyUserAccountName": "pop****@aliyun.com",
"OrganizationId": "2fe4fbd8-588f-489a-b3e1-e92c7af0****",
"Owner": "de4bc5f9429141cc8091cdd1c15b****",
"OwnerAccountName": "pop****@aliyun.com",
"WorkspaceDescription": "该空间是测试空间",
"WorkspaceId": "7350a155-0e94-4c6c-8620-57bbec38****",
"WorkspaceName": "测试空间",
"RealOwnerAccountName": "test"
}
],
"PageNum": 1,
"PageSize": 10,
"TotalNum": 1,
"TotalPages": 1
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Invalid.Parameter.Error | The parameter is invalid:%s. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.