getTableRow

Fetches a specific row from a table using the row's unique identifier.

GET/v1/tables/{table}/row

Authorization

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

Header parameters

x-bot-idstring
Bot id
x-integration-id?string
Integration id
x-integration-alias?string
Integration alias
x-integration-name?string
Integration name
x-user-id?string
User Id
x-user-role?string
User Role

Path parameters

tablestring
The table's name or unique identifier for targeting specific table operations.

Query parameters

idinteger
Identifier of the row within the table.

Response

The requested row object.

rowobject