getTableRow
Fetches a specific row from a table using the row’s unique identifier.
GET
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Query Parameters
Identifier of the row within the table.
Response
200
application/json
The requested row object.
Was this page helpful?