メインコンテンツまでスキップ

プロジェクト - Archive project

ルートURL

POST https://playcanvas.com/api/projects/:id/export

説明

これにより、プロジェクト全体のzipアーカイブをダウンロードできます。ダウンロード後、Projects Dashboardからそのアーカイブをインポートして、そのアーカイブから新しいプロジェクトを作成できます。プロジェクトのインポートに関する詳細はこちらをご覧ください。

リクエストはアーカイブジョブを開始し、ジョブの詳細がレスポンスで返されます。idによってジョブの状態をポーリングし、状態が「完了」または「エラー」になるまで待機することができます。ジョブが完了すると、そのデータにはプロジェクトアーカイブをダウンロードするURLが含まれます。

curl -H "Authorization: Bearer {accessToken}" -H "Content-Type: application/json" -X POST -d '{"branch_id": "99999999-9999-9999-9999-999999999999"}' "https://playcanvas.com/api/projects/{projectId}/export"

パラメーター

名前タイプRequired説明
projectIdnumber✔️The id of the project.
branch_idstringThe id of the branch. If no id is specified, the main branch will be used.

レスポンススキーマ

ステータス:201 Created
{
"id": int,
"created_at": date,
"modified_at": date,
"status": "running" | "complete" | "error",
"messages": [ list of strings ],
"data": {
"project": {
'id': int
},
"url": string
}
}

エラー

コード説明
401Unauthorized
403Forbidden
404Project not found
404Owner not found
429Too many requests

レート制限

このルートはstrictなレート制限を使用します。