User Manual

Assets - 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 Request

GET https://playcanvas.com/api/assets/{assetId}/file/{filename}?branchId={branchId}
Authorization: Bearer {accessToken}

パラメータ

branchId: string

The id of the branch.

応答のスキーマ

Status: 200
{fileContents}

エラー

401

Unauthorized

403

Forbidden

404

Project or Asset not found

429

Too many requests

レート制限

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

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