List granted DBs
documentedList DBIDs the user/token has access to.
GET /db/{dbid}?a=API_GrantedDBsAppsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$domain}}/db/{{$dbid}}?a=API_GrantedDBs&ticket={{QUICKBASE_TICKET}}&includeancestors={{$includeancestors}}&excludeparents={{$excludeparents}}" \
-X GET \
-H "Accept: application/xml"