LibraryOfCongress / api.congress.gov

congress.gov API
605 stars 38 forks source link

All past committee meetings are marked as `Scheduled` #177

Closed Gmanicus closed 7 months ago

Gmanicus commented 7 months ago

Hello again.

All committee meetings that have already been held appear to be marked as meetingStatus: "Scheduled" or "Rescheduled". For example...

Senate

House

But perhaps I am just misunderstanding. Does Congress.gov make no difference between a meeting that is scheduled for a future date (such as https://api.congress.gov/v3/committee-meeting/118/house/116590, which will be held 3 days from now), and meetings that have already happened?

Gmanicus commented 7 months ago

Never mind. This was a faulty assumption on my part. According to the documentation, the potential values for the meetingStatus property are: "Scheduled", "Canceled", "Postponed", and "Rescheduled"