User Manual

アプリ - Get project apps

ルートURL

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

説明

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

curl -H "Authorization: Bearer fdslkjlk32j2l3kj2lkj2lkj323rr" https://playcanvas.com/api/projects/99999/apps

パラメーター

project_id

プロジェクトのID。

レスポンススキーマ

Status: 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
  }, ... ],
  "pagination": {
     ...
  }
}

エラー

401

Unauthorized

403

Forbidden

404

Project not found

429

Too many requests

レート制限

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

This site is translated by the community. If you want to get involved visit this page