Skip to main content
GET
/
table
/
row
/
{rowId}
Retrieve a row
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
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

rowId
string
required
Minimum string length: 1

Response

200 response

data
object
required