Mengkueri semua karya di seluruh organisasi, dengan opsi untuk menentukan tipe karya.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryWorksByOrganization |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WorksType |
string |
No |
Tipe karya yang akan dikueri. Kosongkan untuk mengkueri semua tipe. Nilai yang mungkin:
|
PAGE |
| Status |
integer |
No |
Status karya yang akan dikueri. Nilai yang mungkin:
|
0 |
| ThirdPartAuthFlag |
integer |
No |
Status penyematan pihak ketiga. Nilai yang mungkin:
|
1 |
| PageNum |
integer |
No |
Nomor halaman.
|
1 |
| PageSize |
integer |
No |
Jumlah item per halaman.
|
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang mungkin:
|
true |
| RequestId |
string |
ID Permintaan. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
Mengembalikan daftar semua karya di bawah organisasi yang memenuhi kriteria permintaan. |
|
| Data |
array<object> |
Detail daftar karya. |
|
|
array<object> |
|||
| Auth3rdFlag |
integer |
Third-party embedding status. Possible values:
|
1 |
| Description |
string |
Notes for the work. |
备注 |
| Directory |
object |
Directory to which the work belongs. |
|
| Id |
string |
ID of the directory to which it belongs. |
83d37ba6-d909-48a2-a517-f4d05c3a**** |
| Name |
string |
Name of the directory to which it belongs. |
测试目录 |
| PathId |
string |
Hierarchical structure of the directory ID, separated by『/』. |
83d37ba6-d909-48a2-a517-f4d05c3a**** |
| PathName |
string |
Hierarchical structure of the directory name, separated by『/』. |
测试目录 |
| GmtCreate |
string |
Timestamp (in milliseconds) when the work was created. |
1496651577000 |
| GmtModify |
string |
Millisecond-level timestamp of the work modification. |
1572334870000 |
| ModifyName |
string |
The Alibaba Cloud account name of the work modifier. |
张三 |
| OwnerId |
string |
The UserID of the work's owner in Quick BI. |
作品所属工作空间名称。 |
| OwnerName |
string |
The Alibaba Cloud account name of the work's owner. |
李四 |
| PublicFlag |
boolean |
Whether it is public |
true |
| PublicInvalidTime |
integer |
The expiration date for the report to be made public |
1721366354000 |
| SecurityLevel |
string |
The security policy for collaborative authorization of the work. Values:
Catatan
|
1 |
| Status |
integer |
The status of the report. Value range:
|
1 |
| WorkName |
string |
The name of the work. |
测试报表 |
| WorkType |
string |
The type of the work. Value range:
|
PAGE |
| WorksId |
string |
The ID of the work. |
897ce25e-****-****-af84-d13c5610**** |
| WorkspaceId |
string |
The ID of the workspace to which the work belongs. |
作品修改者的阿里云账户名。 |
| WorkspaceName |
string |
The name of the workspace to which the work belongs. |
测试工作空间 |
| PageNum |
integer |
Nomor halaman. |
1 |
| PageSize |
integer |
Jumlah baris per halaman yang ditetapkan saat meminta antarmuka. |
10 |
| TotalNum |
integer |
Jumlah total baris. |
1 |
| TotalPages |
integer |
Jumlah total halaman. |
1 |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"Data": [
{
"Auth3rdFlag": 1,
"Description": "备注",
"Directory": {
"Id": "83d37ba6-d909-48a2-a517-f4d05c3a****",
"Name": "测试目录",
"PathId": "83d37ba6-d909-48a2-a517-f4d05c3a****",
"PathName": "测试目录"
},
"GmtCreate": "1496651577000",
"GmtModify": "1572334870000",
"ModifyName": "张三",
"OwnerId": "作品所属工作空间名称。",
"OwnerName": "李四",
"PublicFlag": true,
"PublicInvalidTime": 1721366354000,
"SecurityLevel": "1",
"Status": 1,
"WorkName": "测试报表",
"WorkType": "PAGE",
"WorksId": "897ce25e-****-****-af84-d13c5610****",
"WorkspaceId": "作品修改者的阿里云账户名。",
"WorkspaceName": "测试工作空间"
}
],
"PageNum": 1,
"PageSize": 10,
"TotalNum": 1,
"TotalPages": 1
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.