v31

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251650.0 KB
checkin

チェックインの取得

指定したIDのチェックインの情報を取得します。

get/v1/checkins/{id}

Path parameters

idinteger required

チェックインID

Response

成功

idinteger

チェックインID

checked_in_atstring date-time

チェックイン日時

tagsstring[]

タグ

linkstring

オカズリンク (http, https)

notestring

ノート

is_privateboolean

非公開チェックインとして設定

is_too_sensitiveboolean

チェックイン対象のオカズをより過激なオカズとして設定

discard_elapsed_timeboolean

前回チェックインからの経過時間を記録しない

source'web' | 'csv' | 'webhook' | 'api'

チェックインの登録元

Example response

{
  "checked_in_at": "2020-07-21T19:19:19+0900",
  "tags": [
    "Example",
    "Example_2"
  ],
  "link": "http://example.com",
  "note": "すごく出た",
  "source": "api"
}