Mengkueri semua karya di ruang kerja dalam suatu organisasi. Anda dapat menentukan tipe karya.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:QueryWorksByWorkspace |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
Yes |
ID ruang kerja. |
89713491-cb4f-4579-b889-e82c35f1**** |
| WorksType |
string |
No |
Tipe karya. Nilai valid:
|
PAGE |
| Status |
integer |
No |
Status karya. Nilai valid:
|
0 |
| ThirdPartAuthFlag |
integer |
No |
Status penyematan pihak ketiga. Nilai valid:
|
0 |
| PageNum |
integer |
No |
Nomor halaman yang dikembalikan.
|
1 |
| PageSize |
integer |
No |
Jumlah entri yang dikembalikan per halaman.
|
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Indicates whether the request is successful. Valid values:
|
true |
| RequestId |
string |
The ID of the request. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
object |
Returns a list of all works in the organization workspace that meet the requested criteria. |
|
| Data |
array<object> |
The details of the list of works. |
|
|
array<object> |
|||
| Auth3rdFlag |
integer |
Third-party embedding status. Valid values:
|
1 |
| Description |
string |
Remarks on the work. |
备注 |
| Directory |
object |
The directory to which the work belongs. |
|
| Id |
string |
The ID of the directory. |
83d37ba6-d909-48a2-a517-f4d05c3a**** |
| Name |
string |
The name of the directory. |
所属目录名称。 |
| PathId |
string |
The hierarchical structure of the directory ID to which the directory belongs. Separate the hierarchical structure with a /. |
83d37ba6-d909-48a2-a517-f4d05c3a**** |
| PathName |
string |
The hierarchical structure of the directory to which the directory belongs. Separate the hierarchical structure with a (/). |
测试目录 |
| GmtCreate |
string |
The timestamp of the creation of the work in milliseconds. |
1496651577000 |
| GmtModify |
string |
The timestamp of the modification of the work in milliseconds. |
1572334870000 |
| ModifyName |
string |
Nickname of the work modifier. |
张三 |
| OwnerId |
string |
The user ID of the work owner in the Quick BI. |
作品所属工作空间名称。 |
| OwnerName |
string |
The nickname of the work owner. |
李四 |
| PublicFlag |
boolean |
Is it public |
true |
| PublicInvalidTime |
integer |
Deadline for the public release of the report |
1721366354000 |
| SecurityLevel |
string |
Security policies for collaborative authorization of works. Valid values:
Catatan
|
0 |
| Status |
integer |
Status of dashboards, full-screen dashboards, spreadsheets. The default value of other work types is 1. Valid values:
|
1 |
| WorkName |
string |
The name of the work. |
测试报表 |
| WorkType |
string |
The type of the work. Valid values:
|
PAGE |
| WorksId |
string |
The ID of the work. |
897ce25e-f993-4abd-af84-d13c5610**** |
| WorkspaceId |
string |
The ID of the workspace to which the work belongs. |
87c6b145-090c-43e1-9426-8f93be23**** |
| WorkspaceName |
string |
The name of the workspace to which the work belongs. |
测试工作空间 |
| PageNum |
integer |
The page number of the returned page. |
1 |
| PageSize |
integer |
The number of rows per page set when the interface is requested. |
10 |
| TotalNum |
integer |
The total number of rows in the table. |
1 |
| TotalPages |
integer |
The total number of pages returned. |
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": "0",
"Status": 1,
"WorkName": "测试报表",
"WorkType": "PAGE",
"WorksId": "897ce25e-f993-4abd-af84-d13c5610****",
"WorkspaceId": "87c6b145-090c-43e1-9426-8f93be23****",
"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.