Get record info
documentedRetrieve field values and types for a specific record.
GET /db/{dbid}?a=API_GetRecordInfo&rid={record_id}Recordsno 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://{{QUICKBASE_DOMAIN}}/db/{{$dbid}}?a=API_GetRecordInfo&rid={{$record_id}}&ticket={{QUICKBASE_TICKET}}&apptoken={{QUICKBASE_APPTOKEN}}" \
-X GET \
-H "Accept: application/xml"