Table, row, and report commands
View as MarkdownIdentity
Section titled “Identity”API-backed tables, rows, and api command groups.
Contract
Section titled “Contract”rows list <table>accepts--limit,--page,--sort,--q, and JSON--where.rows get <table> <id>reads one visible row.rows count <table>counts visible rows without loading complete records. It accepts JSON--whereand optional--group-by <column>. Grouped counts accept--order asc|descand--limit <number>; both options require--group-by.rows create <table> --values <json>accepts one object or an array.rows update <table> <id> --values <json>updates one visible row;rows deleteremoves one.- A scalar count renders one
countcolumn. A grouped count rendersvalueandcountcolumns. JSON output preserves the HTTP result’s discriminatedtotalorgroupedenvelope. - Report routes are called through
api getorapi post; there is no separatereportscommand group.