User Manual

アプリ - Get primary app

ルートURL

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

説明

プロジェクトのプライマリーアプリを取得します。

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

パラメーター

project_id

プロジェクトのID。

レスポンススキーマ

ステータス: 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

Unauthorized

403

Forbidden

404

Project not found

404

Project does not have a primary app

404

App not found

429

Too many requests

レート制限

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

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