简体中文
Get base list by query
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/access/all \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "spaceId": "<string>", "icon": "<string>", "role": "owner", "collaboratorType": "space", "restrictedAuthority": true, "enabledAuthority": true } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the list of base.
owner
creator
editor
commenter
viewer
space
base
此页面对您有帮助吗?