getTableRow
Fetches a specific row from a table using the row's unique identifier.
GET
/v1/tables/{table}/rowAuthorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
x-integration-name?stringIntegration name
x-user-id?stringUser Id
x-user-role?stringUser Role
Path parameters
tablestringThe table's name or unique identifier for targeting specific table operations.
Query parameters
idintegerIdentifier of the row within the table.
Response
The requested row object.
rowobject