GET
获取帖子列表

Authorizations

X-Legacy-Token
string
header
required

调用业务接口时携带的访问 Token;请先通过获取访问 Token 接口生成。

Query Parameters

social_account_id
string | null

社媒账号ID

Maximum string length: 128
status
string | null

发布状态

Maximum string length: 32
page
integer | null

页码

Required range: x >= 1
limit
integer | null

每页记录数

Required range: 1 <= x <= 100

Response

200 - application/json

业务响应;请同时检查 success 与 code

接口处理成功时返回的统一业务响应信封。

requestId
string
required

本次请求的唯一追踪 ID,用于排查问题。

success
boolean
required

业务是否处理成功;成功响应固定为 true。

message
string
required

本次业务处理结果的中文提示信息。

code
integer
required

业务状态码;应与 success 一并判断,不等同于 HTTP 状态码。

data
object
required

接口返回的业务数据对象;具体字段请以当前接口的成功响应为准。