Skip to main content
GET
List combo activity

授权

Authorization
string
header
必填

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

查询参数

user
string | null

Required; the feed is user-anchored.

limit
integer<int32> | null

First-page size. Ignored when cursor is supplied.

必填范围: 0 <= x <= 1000
cursor
string | null

Opaque pagination cursor from a prior response's next_cursor.

condition
string | null

Combo condition id(s), comma-separated (at most 20 distinct values). condition_id / conditionId are accepted aliases.

响应

A page of combo activity

{ data, pagination } envelope for /v2/activity/combos.

data
object[]
必填

The page's rows.

pagination
object
必填

Paging envelope: follow next_cursor until null.