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
обязательно

Параметры запроса

cursor
string | null
pageSize
integer
Требуемый диапазон: 1 <= x <= 50
orderBy
enum<string>
Доступные опции:
archivedTime,
recordCreatedTime,
recordLastModifiedTime
direction
enum<string>
Доступные опции:
desc
recordCreatedBy
string[]
recordLastModifiedBy
string[]
archivedTimeStart
string
archivedTimeEnd
string
recordCreatedTimeStart
string
recordCreatedTimeEnd
string

Ответ

200 - application/json

Get archived records successfully

items
object[]
обязательно
userMap
object
обязательно
nextCursor
string | null
Последнее изменение 15 сентября 2026 г.