English
Get authority matrix role
cURL
curl --request GET \ --url https://app.teable.io/api/base/%7BbaseId%7D/authority-matrix-role/%7BauthorityMatrixRoleId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "name": "<string>", "description": "<string>", "baseId": "<string>", "createdTime": "<string>", "enabledTime": "<string>", "tables": [ { "authorityMatrixRoleId": "<string>", "tableId": "<string>", "disabledActions": [ "<any>" ], "fieldRecordPermission": [ { "fieldId": "<string>", "disabledActions": [ "<any>" ] } ], "recordFilter": {}, "createdTime": "<string>", "enabledTime": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object