Skip to main content
POST
/
referenced-rows-in-document
/
get-ids
Retrieve referenced rows by IDs
curl --request POST \
  --url https://app.myhero.so/referenced-rows-in-document/get-ids \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [
    "<string>"
  ]
}
'
{
  "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

Body

application/json
data
string[]
required
Minimum array length: 1
Minimum string length: 1

Response

200 response

data
object[]
required