アセット - Get Asset File
ルートURL
GET https://playcanvas.com/api/assets/:assetId/file/:filename?branchId=:branchId
説明
単一アセットの詳細を取得します。
例
curl -H "Authorization: Bearer {accessToken}" "https://playcanvas.com/api/assets/{assetId}/file/{filename}?branchId={branchId}"
HTTP リクエスト
GET https://playcanvas.com/api/assets/{assetId}/file/{filename}?branchId={branchId}
Authorization: Bearer {accessToken}
パラメーター
名前 | タイプ | Required | 説明 |
---|---|---|---|
assetId | number | ✔️ | The id of the asset. |
branchId | string | ✔️ | The id of the branch. |
filename | string | ✔️ | The filename of the asset. |
レスポンススキーマ
ステータス:200
{fileContents}
エラー
コード | 説明 |
---|---|
401 | Unauthorized |
403 | Forbidden |
404 | Project or Asset not found |
429 | Too many requests |
レート制限
このルートは通常のレート制限を使用します。