User Manual

Apps - appの取得

ルートURL

GET https://playcanvas.com/api/apps/:id

説明

idからパブリッシュされたアプリを取得。

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

パラメータ

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

Appが見つかりません

404

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

429

リクエストが多すぎます

レート制限

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

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