Sign in

Get record as HTML

documented

Return an HTML fragment for embedding a single record.

GET /db/{dbid}?a=API_GetRecordAsHTML&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://{{$domain}}/db/{{$dbid}}?a=API_GetRecordAsHTML&rid={{$record_id}}&dfid={{$dfid}}&ticket={{$ticket}}&usertoken={{$usertoken}}&apptoken={{$apptoken}}\" \
  -X GET \
  -H \"Accept: text/html\"