チェックポイント - 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}
パラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
id | string | The id of the checkpoint. |
レスポンススキーマ
ステータス: 200
{
"id": string,
"user": {
"id": int,
"fullName": string,
"username": string
},
"createdAt": date,
"description": string
}
エラー
| コード | 説明 |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Checkpoint not found |
| 429 | Too many requests |
レート制限
このルートは通常のレート制限を使用します。