getTableRow
Fetches a specific row from a table using the row's unique identifier.
GET
/v1/tables/{table}/rowAuthorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
x-integration-namestringIntegration name
x-user-idstringUser Id
x-user-rolestringUser Role
Path parameters
tablestringrequiredThe table's name or unique identifier for targeting specific table operations.
Query parameters
idintegerrequiredIdentifier of the row within the table.
Response
The requested row object.
rowobjectrequired