English
Retrieve the current user’s permissions for a table, including access rights for table operations, views, records, and fields.
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/{baseId}/table/{tableId}/permission \ --header 'Authorization: Bearer <token>'
{ "table": {}, "view": {}, "record": {}, "field": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved table permissions for the current user.
Show child attributes
Was this page helpful?