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

シーン - List scenes

ルートURL

GET https://playcanvas.com/api/projects/:projectId/scenes?branchId=:branchId

説明

プロジェクト内の全てのシーンのリストを取得します。

curl -H "Authorization: Bearer {accessToken}" "https://playcanvas.com/api/projects/{projectId}/scenes?branchId={branchId}"

HTTP リクエスト

GET https://playcanvas.com/api/projects/{projectId}/scenes?branchId={branchId}
Authorization: Bearer {accessToken}

パラメーター

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

レスポンススキーマ

ステータス:200
{
"result": [{
"id": int,
"projectId": int,
"name": string,
"created": date,
"modified": date
}, ...]
}

エラー

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

レート制限

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