Skip to main content
GET
Get rows for a table

Supported products

Autorizações

Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de caminho

tableIdOrName
string
obrigatório

Parâmetros de consulta

after
string

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

archived
boolean

Whether to return only results that have been archived.

limit
integer<int32>

The maximum number of results to display per page.

offset
integer<int32>
properties
string[]
sort
string[]

Resposta

successful operation

results
any[]
obrigatório
total
integer<int32>
obrigatório

The total number of rows available in the collection.

type
enum<string>
padrão:RANDOM_ACCESS
obrigatório

Indicates the type of response, which is 'RANDOM_ACCESS' by default.

Opções disponíveis:
RANDOM_ACCESS
paging
object
Última modificação em 10 de abril de 2026