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

アプリ - Get project apps

ルートURL​

GET https://playcanvas.com/api/projects/:projectId/apps

説明​

プロジェクトの公開されたすべてのアプリをリストアップします。

例​

curl -H "Authorization: Bearer {accessToken}" https://playcanvas.com/api/projects/{projectId}/apps

パラメーター​

名前タイプ説明
projectIdnumberThe id of the project.

レスポンススキーマ​

ステータス:200
{
"result": [{
"id": int,
"project_id": int,
"owner_id": int,
"name": string,
"description": string,
"version": string,
"release_notes": string,
"thumbnails": {
"s": string,
"m": string,
"l": string,
"xl": string
},
"size": int,
"views": int,
"completed_at": date,
"created_at": date,
"modified_at": date,
"url": string
}, ... ],
"pagination": {
...
}
}

エラー​

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

レート制限​

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