Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

tableId
string
erforderlich

Abfrageparameter

cursor
string | null
pageSize
integer
Erforderlicher Bereich: 1 <= x <= 50
orderBy
enum<string>
Verfügbare Optionen:
archivedTime,
recordCreatedTime,
recordLastModifiedTime
direction
enum<string>
Verfügbare Optionen:
desc
recordCreatedBy
string[]
recordLastModifiedBy
string[]
archivedTimeStart
string
archivedTimeEnd
string
recordCreatedTimeStart
string
recordCreatedTimeEnd
string

Antwort

200 - application/json

Get archived records successfully

items
object[]
erforderlich
userMap
object
erforderlich
nextCursor
string | null
Zuletzt geändert am 15. September 2026