oira_meeting_attendees
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where meeting_id = 1024223
This data as json, CSV (advanced)
Suggested facets: attendee_org, is_government
| Link | rowid ▼ | meeting_id | attendee_name | attendee_org | participation_type | is_government |
|---|---|---|---|---|---|---|
| 501 | 501 | Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024223 | Bill Anthony | Indiana Department of Environmental Management | Teleconference | 0 |
| 502 | 502 | Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024223 | Clint Woods | Indiana Department of Environmental Management | Teleconference | 0 |
| 503 | 503 | Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024223 | Matt Stuckey | Indiana Department of Environmental Management | Teleconference | 0 |
| 504 | 504 | Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024223 | Lori Torres | Indiana’s Office of Attorney General | Teleconference | 0 |
| 505 | 505 | Greenhouse Gas Endangerment Finding and Motor Vehicle Reconsideration Rule 1024223 | Kim Wilson | OMB/OIRA | Teleconference | 1 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE oira_meeting_attendees (
meeting_id TEXT REFERENCES oira_meetings(meeting_id),
attendee_name TEXT,
attendee_org TEXT,
participation_type TEXT,
is_government INTEGER DEFAULT 0
);
CREATE INDEX idx_oira_attendees_mid ON oira_meeting_attendees(meeting_id);
CREATE INDEX idx_oira_attendees_org ON oira_meeting_attendees(attendee_org);