Get record as HTML
documentedReturn an HTML fragment for embedding a single record.
GET /db/{dbid}?a=API_GetRecordAsHTML&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://{{$domain}}/db/{{$dbid}}?a=API_GetRecordAsHTML&rid={{$record_id}}&dfid={{$dfid}}&ticket={{$ticket}}&usertoken={{$usertoken}}&apptoken={{$apptoken}}\" \
-X GET \
-H \"Accept: text/html\"