Iqm2: Get Meetings List
Iqm2 via Parse · government_public
Get list of meetings filtered by date range, year, and optionally by group ID. Returns all meetings across all groups for the specified year by default. Each meeting includes date/time, group name, meeting type, status, and links to available documents. Extract meeting schedules, details, boards, and documents from Cambridge MA's IQM2-based government meeting portal. Fulfilled by Parse from cambridgema.iqm2.com.
- b2b-directory
- cambridgema-iqm2-com
- government-public
- iqm2
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5d5f40f8-aa0b-4bad-bcc7-2b4c1bb54898/get_meetings_list
- Interface artifact
- sha256:d44d12d78f4d6b60af4558936ad48569d0552b9a81947d6dee4e2d33e64a9215
- Manifest digest
- sha256:313e2b8fbd12e2fad044aa234596d95a43637f8529ae25e777b718e9ff690327
Request fields
- to (string): End date in m/d/yyyy format (e.g. 12/31/2024). Defaults to 12/31/{year}.
- from (string): Start date in m/d/yyyy format (e.g. 1/1/2024). Defaults to 1/1/{year}.
- year (string): Calendar year to filter meetings (e.g. 2024, 2025).: Allowed values: 2024, 2025, 2026
- group_id (string): Meeting group ID to filter by (from get_meeting_groups endpoint). Omitting returns all groups.
Example queries
- {"to":"3/31/2024","from":"1/1/2024","year":"2024"}