Select General Ledger Activity
General Ledger Activity by Accounting Period. Currently only a few accounts are selected regarding sales tax, hotel/motel and STVR.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"internal-chattadata/select-general-ledger-activity-5576-p28s\".\"select_general_ledger_activity\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.