Sign in

Get schema

documented

Retrieve schema/DBVars and field metadata for app or table.

GET /db/{dbid}?a=API_GetSchemaSchemano implementation yet0 runs
No 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_GetSchema&ticket={{$TICKET}}&apptoken={{$APP_TOKEN}}&udata={{$UDATA}}" \
  -X GET \
  -H "Accept: application/xml" \
  -H "Content-Type: application/xml" \
  -H "QUICKBASE-ACTION: API_GetSchema"
Get schema · Quickbase · OpenIntegrations