Client Semi-Annual Report: Beginning 2019
Any Contractual Client retaining, employing or designating a Lobbyist or Lobbyists (whether or not any such Lobbyist was required to file a Statement of Registration or Bi-monthly Report) who incurs or reasonably anticipates incurring more than $5,000 in combined Reportable Compensation and Expenses for Lobbying Activities on a State and/or Municipal level, is required to submit a Client Semi-Annual (“CSA”) Report. The CSA Report requires disclosure of the actual Lobbying Activities that occurred during the specific reporting period. The CSA reporting period covers January/June; or July/December.
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 \"ny-gov/client-semiannual-report-beginning-2019-qym9-xzj6\".\"client_semiannual_report_beginning_2019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.