Mengubah status embedding suatu laporan, baik untuk mengaktifkan maupun menonaktifkan embedding.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:UpdateEmbeddedStatus |
update |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| WorksId |
string |
Yes |
ID dari work.
|
897ce25e-f993-4abd-af84-d13c5610**** |
| ThirdPartAuthFlag |
boolean |
Yes |
Apakah fitur embedding untuk work diaktifkan. Nilai yang valid:
|
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID dari permintaan. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
integer |
Jumlah work yang dibuka atau ditutup. |
1 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": 1,
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Auth3Rd.Over.MaxQuota | You have reached the maximum number of reports that can be shared. Please upgrade the configurations or remove some reports first. | |
| 400 | Resource.NotBelongTo.CurrentOrganization | The resource does not belong to the current organization. | |
| 400 | Report.NotExist.Error | This work does not exist. It may have been deleted. Work ID is %s. | |
| 400 | NoPermissionTo.Operate.Object | You are not authorized to operate the objects. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.