Change the embedding status of a report, turn on embedding, or turn off embedding.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
quickbi-public:UpdateEmbeddedStatus |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorksId |
string |
Yes |
The ID of the work.
|
897ce25e-f993-4abd-af84-d13c5610**** |
| ThirdPartAuthFlag |
boolean |
Yes |
Whether to enable the embedding feature for the work. Valid values:
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
D787E1A3-A93C-424A-B626-C2B05DF8D885 |
| Result |
integer |
The number of works that are opened or closed. |
1 |
| Success |
boolean |
Indicates whether the request is successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "D787E1A3-A93C-424A-B626-C2B05DF8D885",
"Result": 1,
"Success": true
}
Error codes
|
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. | 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. | This Resource is not belong to current organization. |
| 400 | Report.NotExist.Error | This work does not exist. It may have been deleted. Work ID is %s. | 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. | You are not authorized to do this. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.