メインコンテンツまでスキップ

チェックポイント - Get checkpoint

ルートURL

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

説明

IDを指定してチェックポイントを取得します。

curl -H "Authorization: Bearer {accessToken}" "https://playcanvas.com/api/checkpoints/{id}"

HTTP リクエスト

GET https://playcanvas.com/api/checkpoints/{id}
Authorization: Bearer {accessToken}

パラメーター

名前タイプ説明
idstringThe id of the checkpoint.

レスポンススキーマ

ステータス: 200
{
"id": string,
"user": {
"id": int,
"fullName": string,
"username": string
},
"createdAt": date,
"description": string
}

エラー

コード説明
401Unauthorized
403Forbidden
404Checkpoint not found
429Too many requests

レート制限

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