Skip to main content
GET
/
table
/
reference
/
{referenceId}
Retrieve a table reference
curl --request GET \
  --url https://app.myhero.so/table/reference/{referenceId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "_id": "<string>",
    "documentId": "<string>",
    "workspaceId": "<string>",
    "tableId": "<string>",
    "columnId": "<string>",
    "relatedRowId": "<string>",
    "columnName": "<string>",
    "tableName": "<string>",
    "type": "relation",
    "createdAt": 123,
    "updatedAt": 123,
    "originId": "<string>",
    "oneToManyColumnId": "<string>",
    "oneToManyInstanceIds": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns a single table reference document. Access requires read permission on the document the reference belongs to.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

referenceId
string
required
Minimum string length: 1

Response

200 response

data
object
required