User Manual

Apps - プライマリappを取得

ルートURL

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

説明

プロジェクトのプライマリAppを取得。

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

パラメータ

project_id

プロジェクトのid。

応答のスキーマ

Status: 200
{
    "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
}

エラー

401

非認証

403

許可されていません

404

プロジェクトが見つかりません

404

プロジェクトにプライマリappがありません

404

Appが見つかりません

429

リクエストが多すぎます

レート制限

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

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