Skip to main content
GET
/
table
/
row
/
{rowId}
/
permissions
Retrieve row permissions
curl --request GET \
  --url https://app.myhero.so/table/row/{rowId}/permissions \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "role": "owner",
    "isWorkspaceAccess": false,
    "referencingDocuments": [
      "<string>"
    ],
    "canEdit": false
  }
}

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 the caller’s highest effective role for the given row and a canEdit flag indicating whether the user may write to cells in that row.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

rowId
string
required
Minimum string length: 1

Response

200 response

data
object
required