Skip to main content
GET
/
table
/
cell
/
{cellId}
Retrieve a cell
curl --request GET \
  --url https://app.myhero.so/table/cell/{cellId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "_id": "<string>",
    "tableId": "<string>",
    "rowId": "<string>",
    "columnId": "<string>",
    "workspaceId": "<string>",
    "isIdentifier": false,
    "createdAt": 123,
    "updatedAt": 123,
    "originId": "<string>",
    "data": "<unknown>",
    "isDeleted": false
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

cellId
string
required
Minimum string length: 1

Response

200 response

data
object
required