ie_reports_24_hours
Data source: 496
6 rows where filer_name = 410 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: amount, expenditure_description, candidate_last_name, district_number, report_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1212 | 1212 | 1455586 298 | United Teachers of Oakland supporting Resnick and Mungia for School Board 2022 410 | RCP | 2022-10-22 | PDT2 | 6500 | 2022-10-21 | Survey (Estimated Costs) | PDT:S496:2 | S | Kyra Mungia | Oakland USD School Board | City of Oakland | 6.0 | |||||||||
1213 | 1213 | 1455586 298 | United Teachers of Oakland supporting Resnick and Mungia for School Board 2022 410 | RCP | 2022-10-22 | PDT8 | 11600 | 2022-10-21 | Mailer (Estimated Costs) | PDT:S496:8 | S | Kyra Mungia | Oakland USD School Board | City of Oakland | 6.0 | |||||||||
1214 | 1214 | 1455586 298 | United Teachers of Oakland supporting Resnick and Mungia for School Board 2022 410 | RCP | 2022-10-22 | PDT9 | 5000 | 2022-10-21 | Consulting (Estimated Costs) | PDT:S496:9 | S | Kyra Mungia | Oakland USD School Board | City of Oakland | 6.0 | |||||||||
1215 | 1215 | 1455586 298 | United Teachers of Oakland supporting Resnick and Mungia for School Board 2022 410 | RCP | 2022-10-22 | PDT1 | 6500 | 2022-10-21 | Survey (Estimated Costs) | PDT:S496:1 | S | Nick Resnick | Oakland USD School Board | City of Oakland | 4.0 | |||||||||
1216 | 1216 | 1455586 298 | United Teachers of Oakland supporting Resnick and Mungia for School Board 2022 410 | RCP | 2022-10-22 | PDT6 | 14100 | 2022-10-21 | Mailer (Estimated Costs) | PDT:S496:6 | S | Nick Resnick | Oakland USD School Board | City of Oakland | 4.0 | |||||||||
1217 | 1217 | 1455586 298 | United Teachers of Oakland supporting Resnick and Mungia for School Board 2022 410 | RCP | 2022-10-22 | PDT7 | 5000 | 2022-10-21 | Consulting (Estimated Costs) | PDT:S496:7 | S | Nick Resnick | Oakland USD School Board | City of Oakland | 4.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");