Skip to main content
GET
/
referenced-rows-in-document
/
{documentId}
List referenced rows for a document
curl --request GET \
  --url https://app.myhero.so/referenced-rows-in-document/{documentId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "_id": "<string>",
      "documentId": "<string>",
      "tableId": "<string>",
      "rowId": "<string>",
      "workspaceId": "<string>",
      "createdAt": 123,
      "updatedAt": 123,
      "originId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

documentId
string
required
Minimum string length: 1

Response

200 response

data
object[]
required