チェックイン一覧の取得
指定したユーザーのチェックイン一覧を取得します。
Path parameters
ユーザー名
Query parameters
ページ番号
1ページあたりのアイテム数
オカズリンクを含むチェックインのみ取得
検索範囲の開始日
検索範囲の終了日
チェックイン日時の並び順
Response
成功
Example response
[
{
"checked_in_at": "2020-07-21T19:19:19+0900",
"tags": [
"Example",
"Example_2"
],
"link": "http://example.com",
"note": "すごく出た",
"source": "api"
}
]Changes
Changed in 9 of the 30 revisions of this API.119
- ○
added the new optional
queryrequest parameterordernew-optional-request-parameter
- ○
added the new optional
queryrequest parametersincenew-optional-request-parameter
- ○
added the new optional
queryrequest parameteruntilnew-optional-request-parameter
- ○
- ○
added the optional property
items/userto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/userfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
items/userto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterhas_linknew-optional-request-parameter
- ○
- ○
added the optional property
items/sourceto the response with the200statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲