Skip to main content
GET
レッドパケット - 受取記録

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

レッドパケット識別子

クエリパラメータ

cursor
string

ページネーションカーソル

limit
integer<int64>

ページあたりの結果数

direction
enum<string>
デフォルト:next

ページネーション方向 Pagination direction

利用可能なオプション:
next,
prev

レスポンス

200 - application/json

成功レスポンス

Paginated red packet claims response

hasNextPage
boolean
必須

次のページがあるかどうか

records
object[]
必須

レッドパケット受取リスト

total
integer<int64>
必須

受取の総件数

endCursor
string | null

現在のページの終了カーソル

startCursor
string | null

現在のページの開始カーソル