Anda dapat memanggil operasi ini untuk mendapatkan daftar yang paling sering dilihat dan jejak langkah yang ditampilkan di dasbor beranda untuk pengguna tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:ListRecentViewReports |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
Yes |
UserID pengguna di Quick BI. |
b5d8fd9348cc4327****afb604 |
| Keyword |
string |
No |
Kata kunci nama karya. |
财务报表 |
| TreeType |
string |
No |
Kueri jenis karya (kosongkan untuk mengkueri semua jenis). Nilai yang valid:
|
PAGE |
| QueryMode |
string |
No |
Mode kueri. Nilai yang valid:
|
1 |
| PageSize |
integer |
No |
Kueri jumlah baris dalam daftar karya:
|
10 |
| OffsetDay |
integer |
No |
Jumlah hari untuk mengkueri data dalam beberapa hari terakhir. Nilai default: 10. |
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
Hasil kueri dikembalikan. |
|
| Attention |
string |
当前API返回的分页参数如TotalNum等即将下线,如有使用请及时修改 |
|
| 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. |
1496651577000 |
| GmtModified |
string |
The timestamp when the work was modified. |
1640595729000 |
| 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 |
| LatestViewTime |
string |
The timestamp when the work was last accessed. |
1642067498000 |
| Name |
string |
The name of the work. |
测试报表 |
| OwnerName |
string |
The Alibaba Cloud account name of the work owner. |
李四 |
| 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 |
| ViewCount |
integer |
The number of times the work was accessed. |
7 |
| WorkspaceId |
string |
The ID of the workspace to which the work belongs. |
523793cb-****-****-****-aa71c65ffa39 |
| WorkspaceName |
string |
The name of the workspace to which the work belongs. |
测试工作空间 |
| PageNum |
integer |
Nomor halaman dari halaman yang dikembalikan. |
1 |
| PageSize |
integer |
Jumlah entri yang dikembalikan per halaman.
|
10 |
| TotalNum |
integer |
Total jumlah baris dalam tabel. |
1 |
| TotalPages |
integer |
Total jumlah 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": {
"Attention": "当前API返回的分页参数如TotalNum等即将下线,如有使用请及时修改",
"Data": [
{
"Favorite": true,
"GmtCreate": "1496651577000",
"GmtModified": "1640595729000",
"HasEditAuth": true,
"HasViewAuth": true,
"LatestViewTime": "1642067498000",
"Name": "测试报表",
"OwnerName": "李四",
"OwnerNum": "1365*****238860",
"PublishStatus": 1,
"TreeId": "977c7698-****-****-****-44b7304d20fc",
"Type": "PAGE",
"ViewCount": 7,
"WorkspaceId": "523793cb-****-****-****-aa71c65ffa39",
"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.