GET
/
base
/
{baseId}
/
table
/
{tableId}
/
permission
curl --request GET \
  --url https://app.teable.cn/api/base/%7BbaseId%7D/table/%7BtableId%7D/permission \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "table": {},
  "view": {},
  "record": {},
  "field": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
tableId
string
required

Response

200 - application/json

Successfully retrieved table permissions for the current user.

The response is of type object.