Node.js SDK
Endpoints
Get Table Row
Retrieve a specific row from a table
GET
Node.js SDK
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Valid API key with board read permissions
- Board ID, Table ID, and Row ID
Parameters
boardId: The board containing the tabletableId: The table containing the rowrowId: The specific row to retrieve
Response
Returns a single row object with all column values.Authorizations
Bearer token
Path Parameters
ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$