Menanyakan daftar laporan yang disematkan
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:GetWorksEmbedList |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WsId |
string |
No |
ID ruang kerja |
919818-***-*****-wdasd |
| WorksType |
string |
No |
Jenis laporan
Valid values:
|
page |
| Keyword |
string |
No |
Nama laporan (pencocokan fuzzy) |
测试数据集 |
| PageNo |
integer |
No |
Nomor halaman (default 1 jika kosong) |
1 |
| PageSize |
integer |
No |
Jumlah item per halaman (default 10 jika kosong) |
100 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan |
38C0F*****0-415****9F1-*****422BDB65 |
| Result |
object |
Array objek laporan |
|
| Data |
array<object> |
Array laporan |
|
|
object |
Objek laporan |
||
| EmbedTime |
string |
Embed time |
YYYY-mm-DD hh:MM:ss |
| WorksId |
string |
Report ID |
897ce25e-****-****-af84-d13c5610**** |
| WorksName |
string |
Report name |
测试哦 |
| WorksType |
string |
Report type |
page |
| WorkspaceId |
string |
Workspace ID |
87c6b145-****-43e1-9426-8f93be23**** |
| PageNo |
integer |
Nomor halaman |
1 |
| PageSize |
integer |
Jumlah item per halaman |
10 |
| TotalNum |
integer |
Jumlah total item |
18 |
| TotalPages |
integer |
Jumlah total halaman |
2 |
| Success |
boolean |
Apakah permintaan berhasil |
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "38C0F*****0-415****9F1-*****422BDB65",
"Result": {
"Data": [
{
"EmbedTime": "YYYY-mm-DD hh:MM:ss",
"WorksId": "897ce25e-****-****-af84-d13c5610****",
"WorksName": "测试哦",
"WorksType": "page",
"WorkspaceId": "87c6b145-****-43e1-9426-8f93be23****"
}
],
"PageNo": 1,
"PageSize": 10,
"TotalNum": 18,
"TotalPages": 2
},
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.