Sign in

Get record info

documented

Retrieve field values and types for a specific record.

GET /db/{dbid}?a=API_GetRecordInfo&rid={record_id}Recordsno 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://{{QUICKBASE_DOMAIN}}/db/{{$dbid}}?a=API_GetRecordInfo&rid={{$record_id}}&ticket={{QUICKBASE_TICKET}}&apptoken={{QUICKBASE_APPTOKEN}}" \
  -X GET \
  -H "Accept: application/xml"
Get record info · Quickbase · OpenIntegrations