データワークの共有設定を追加します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
quickbi-public:AddShareReport |
create |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| WorksId |
string |
必須 |
共有ワークの ID。ここでのワークには、BI ポータル、ダッシュボード、スプレッドシート、セルフサービスアクセスが含まれます。 |
6b407e50-e774-406b-9956-da2425c2**** |
| ShareToId |
string |
任意 |
共有先の ID。Quick BI のユーザー ID またはユーザーグループ ID を指定します。
|
de4bc5f9429141cc8091cdd1c15b**** |
| ShareToType |
integer |
必須 |
テンプレートの共有タイプ。有効な値:
|
0 |
| ExpireDate |
integer |
必須 |
共有の有効期間。値はミリ秒単位のタイムスタンプです。 |
1608202110838 |
| AuthPoint |
integer |
必須 |
権限付与の範囲。有効な値:
|
3 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエストの ID。 |
05739b8e-3de0-4204-9669-7f04f02522b9 |
| Result |
boolean |
インターフェイスの実行結果が返されます。有効な値:
|
true |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "05739b8e-3de0-4204-9669-7f04f02522b9",
"Result": true,
"Success": true
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | Report.NotExist.Error | This work does not exist. It may have been deleted. Work ID is %s. | 指定されたワークブックは存在しないか、削除されています。ワークブック ID:%s。 |
| 400 | Workspace.Not.Exist | The group workspace does not exist. | 指定されたワークスペースは存在しません。 |
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | 指定されたワークスペースは組織単位内にありません。 |
| 400 | Workspace.Share.Forbidden | Content in the current group workspace cannot be shared. | このワークスペースで項目を共有することはできません。 |
| 400 | Workspace.OutsideShare.Forbidden | Content in the current group workspace cannot be shared with another organization. | このワークスペースでは、この組織単位以外のメンバーと項目を共有することはできません。 |
| 400 | Usergroup.Not.Exist | The user group does not exist. | |
| 400 | UserGroup.NotIn.Organization | The user group is not in the current organization. | |
| 400 | Share.ExpireDate.Error | The expire date is illegal. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。