Anda dapat menggunakan operasi ini untuk mendapatkan daftar karya yang diotorisasi yang ditampilkan di halaman beranda pengguna tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:ListSharedReports |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
Yes |
UserID pengguna yang akan dikueri di Quick BI. |
b5d8fd9348cc4327****afb604 |
| Keyword |
string |
No |
Kata kunci dari nama karya. |
测试报表 |
| TreeType |
string |
No |
Kueri jenis karya (kosongkan untuk mengueri semua jenis). Nilai yang valid:
|
PAGE |
| PageSize |
integer |
No |
Kueri jumlah baris dalam daftar karya:
|
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
Hasil kueri dikembalikan. |
|
| Data |
array<object> |
Daftar karya yang dikueri. |
|
|
object |
|||
| Favorite |
boolean |
Queries whether the user has collected the work. |
true |
| GmtCreate |
string |
The timestamp when the work was created. |
1640088615000 |
| GmtModified |
string |
The timestamp when the work was modified. |
1644373980000 |
| HasEditAuth |
boolean |
The query user has the editing rights of the work. |
true |
| HasViewAuth |
boolean |
The query user has the permission to view the work. |
true |
| Name |
string |
The name of the work. |
测试报表 |
| OwnerName |
string |
The Alibaba Cloud account name of the work owner. |
test账号 |
| OwnerNum |
string |
The UserID of the work owner. |
1365*****238860 |
| PublishStatus |
integer |
The publication status of the work. Valid values:
|
1 |
| TreeId |
string |
The ID of the work. |
977c7698-****-****-****-44b7304d20fc |
| Type |
string |
The type of the work. Valid values:
|
PAGE |
| WorkspaceId |
string |
The ID of the workspace to which the work belongs. |
gfidm145-****-****-9426-8f93be23**** |
| WorkspaceName |
string |
The name of the workspace to which the work belongs. |
测试工作空间 |
| PageNum |
integer |
Nomor halaman dari halaman yang dikembalikan. |
1 |
| PageSize |
integer |
Jumlah baris per halaman yang ditetapkan saat antarmuka diminta. |
10 |
| TotalNum |
integer |
Jumlah total baris dalam tabel. |
1 |
| TotalPages |
integer |
Jumlah total halaman yang dikembalikan. |
1 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": {
"Data": [
{
"Favorite": true,
"GmtCreate": "1640088615000",
"GmtModified": "1644373980000",
"HasEditAuth": true,
"HasViewAuth": true,
"Name": "测试报表",
"OwnerName": "test账号",
"OwnerNum": "1365*****238860",
"PublishStatus": 1,
"TreeId": "977c7698-****-****-****-44b7304d20fc",
"Type": "PAGE",
"WorkspaceId": "gfidm145-****-****-9426-8f93be23****",
"WorkspaceName": "测试工作空间"
}
],
"PageNum": 1,
"PageSize": 10,
"TotalNum": 1,
"TotalPages": 1
},
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.