Skip to main content
GET
cURL

授权

Authorization
string
header
必填

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

路径参数

tableId
string
必填
recordId
string
必填

查询参数

take
默认值:20

The record count you want to take, maximum is 1000

示例:

20

cursor
string | null
includeCursor
direction
可用选项:
forward

响应

200 - application/json

Returns the list of record's comment

comments
object[]
必填
nextCursor
string | null
最后修改于 2026年3月5日