Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.myhero.so/table/row/{rowId} \ --header 'Authorization: Bearer <token>'
{ "data": { "_id": "<string>", "projectId": "<string>", "tableId": "<string>", "workspaceId": "<string>", "ownerId": "<string>", "createdAt": 123, "updatedAt": 123, "originId": "<string>", "isDeleted": false } }
Returns a single row document.
Returns 404 if the row does not exist or the caller lacks access.
HERO personal access token
1
200 response
Show child attributes