ie_reports_24_hours
Data source: 496
8 rows where filer_name = 242 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, amount, expenditure_date, expenditure_description, report_date (date), election_date (date), expenditure_date (date)
Link | rowid | filer_id | filer_name | committee_type | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | amount | expenditure_date | expenditure_description | memo_reference_number | ballot_measure_name | ballot_measure_number | ballot_measure_jurisdiction | support_or_oppose | candidate_last_name | candidate_first_name | candidate_prefix | candidate_suffix | office_sought | office_jurisdiction | district_number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
521 | 521 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-12 | 2018-11-06 | UndThXKutVY2 | 50 | 2018-10-12 | Filing fee | O | Brooks | Desley | City Council | Oakland | 6.0 | |||||||||
522 | 522 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-12 | 2018-11-06 | pI4LtbuRD2RB | 3275 | 2018-10-12 | Postage paid by Printpro | O | Brooks | Desley | City Council | Oakland | 6.0 | |||||||||
523 | 523 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-12 | 2018-11-06 | zVzFUHFsPwkh | 3275 | 2018-10-12 | Postage paid by Printpro | O | Brooks | Desley | City Council | Oakland | 6.0 | |||||||||
532 | 532 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-08 | 2018-11-06 | 9Sgd6LEg3Yln | 6853.73 | 2018-10-05 | LIT Campaign Lit and Mailings printing of campaign Q&A Brochure | O | Brooks | Desley | City Council | Oakland | 6.0 | |||||||||
533 | 533 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-08 | 2018-11-06 | PFEBwzIVJGg6 | 7121.77 | 2018-10-05 | LIT Campaign Lit and Mailings printed material Voter Guide Brochure | O | Brooks | Desley | City Council | Oakland | 6.0 | |||||||||
534 | 534 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-08 | 2018-11-06 | 5txK6lBQkyEa | 7121.77 | 2018-10-05 | LIT Campaign Lit and Mailings Printed Material Step by Step brochure | O | Brooks | Desley | City Council | Oakland | 6.0 | |||||||||
535 | 535 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-08 | 2018-11-06 | Fw2gBeGmBsaP | 3275 | 2018-10-05 | Postage Billed through Printpro | O | Brooks | Desley | City Council | Oakland | 6.0 | |||||||||
536 | 536 | Pending 20 | Citizens for a United Oakland, Opposing Desley Brooks for City Council 242 | 2018-10-08 | 2018-11-06 | iUXZrYiehtey | 258.22 | 2018-10-05 | LIT Voter information / list for mailings | O | Brooks | Desley | City Council | Oakland | 6.0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "ie_reports_24_hours" ( "filer_id" INTEGER, "filer_name" INTEGER, "committee_type" TEXT, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "amount" NUMERIC, "expenditure_date" TEXT, "expenditure_description" TEXT, "memo_reference_number" TEXT, "ballot_measure_name" TEXT, "ballot_measure_number" TEXT, "ballot_measure_jurisdiction" TEXT, "support_or_oppose" TEXT, "candidate_last_name" TEXT, "candidate_first_name" TEXT, "candidate_prefix" TEXT, "candidate_suffix" TEXT, "office_sought" TEXT, "office_jurisdiction" TEXT, "district_number" TEXT , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id)); CREATE INDEX ["ie_reports_24_hours_filer_id"] ON [ie_reports_24_hours]("filer_id"); CREATE INDEX ["ie_reports_24_hours_filer_name"] ON [ie_reports_24_hours]("filer_name");