api経由でデータアーカイブとzipデータのダウンロードは可能か? #7154
Unanswered
kohei-noda-qcrg
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
概要
ドメインがexample.comだとした場合
https://example.com/_api/v3/
以下のapiを叩くことでデータのアーカイブ及びダウンロード
(https://example.com/admin/export で手動でできる操作)を行うことは可能でしょうか?
試したことと結果
https://docs.growi.org/redoc.html#operation/createExport
が該当のapiかと思い
https://example.com/_api/v3/export
を叩いてみたところ
{
"ok": true
}
のレスポンスが返ってきて
https://docs.growi.org/redoc.html#operation/getExportStatus
の結果や
https://example.com/admin/export
のページを見る限りは新しいアーカイブファイルはできませんでした
Environment
Host
Beta Was this translation helpful? Give feedback.
All reactions