Changelog¶
Version 3.0.3 - 31st March 2021¶
Update Documentation for Roll Call and Bill Pages
Version 3.0.2 - 5th March 2021¶
- Bills
ADDED all_rollcalls field now available on Bill detail, along with latest rollcall for latest version
- Rollcalls
ADDED Bills filter for Rollcalls
- Bill Actions / Actions
Updated existing minDate and maxDate filter for Actions to Datetime format (2020-02-14T00:00:00)
Updated existing date filter to use Date format (2020-02-14)
Changed our contact information - Please look at the introduction
Version 3.0.1 - 3rd August 2020¶
Minor bug fixes
Version 3.0.0 - 9th July 2020¶
- Days
Fixed a bug where certain links to Days are not accessible
- Upgrade
Upgraded the entire codebase to Python 3
Version 2.1.6 - 2nd January 2020¶
- Bills
ADDED Conferee Chair and Conferees for Bills
ADDED Short Description, and Bill Number to each bill in the list of all bills
- Meetings
ADDED Meeting Start time, end time and meeting room for each meeting in the list of all meetings
ADDED Filters for start time and end time now available - minStarttime, minEndtime, maxStarttime, maxEndtime
Updated Documentation to reflect the use of filters
- Day
ADDED List of Days now also returns Start time for the day’s session
- Committee
ADDED Committee detail for a meeting includes chamber detail now
Version 2.1.5 - 21st November 2019¶
- Bills
ADDED Filtering by revision date now available
Updated Documentation to reflect the use of filters
Minor bug fixes
Version 2.1.4 - 13th February 2019¶
Major bug fixes with the database
Version 2.1.3 - 31st December 2018¶
Minor bug fixes
Version 2.1.2 - 31st December 2018¶
Major fixes
Version 2.1.1 - 2nd November 2018¶
- Committees
ADDED /{session}//interim-committees/{id} - Now includes a new Type attribute
Bug fixes filtering committee meetings by chamber
More minor bug fixes
Version 2.1.0 - 11th October 2018¶
- Constitution
MODIFIED /const/current - Now returns the current/latest constitution and article links
Updated the documentation
Bug fixes related to case-sensitive URLs
Bug fixes related to filters
Version 2.0.1 - 17th August 2018¶
Fix for pagination issues
Version 2.0.0 - 16th August 2018¶
Updates API to support new backend
Version 1.14 - 14th February 2017¶
- Amendments
ADDED Filtering by release date now available
Minor Bug Fixes
Version 1.13 - 30th March 2015¶
- Bills
ADDED committeeStatus field now available on the bill detail page
Minor Bug Fixes
Version 1.12 - 8th December 2014¶
Meetings
MODIFIED Links to committees now work for all committees
Calendars - ADDED /{session}/calendars/{id} - Now lists all bills and resolutions associated with that calendar
Amendments - MODIFIED Floor and Committee amendments now have separate fields
Bills - ADDED Now allows filtering by filed date for bills
Bill Actions - ADDED Includes “sequence” field for organizing bill actions ordering. NOTE: This will only be populated for new bill actions
Subjects - MODIFIED - Only returns latest bill version for subjects
Version 1.11 - 16th May 2014¶
Interim
MODIFIED /{session}/interim-committees/{id} - Included correct attributes for Interim committees
MODIFIED /{session}/committees/{id}/meetings - Interim Committees include correct interim metadata
ADDED /{session}/exhibits/{id} - View specific exhibits, accessible as a list or from interim meetings
ADDED /{session}/notices/{id} - View specific noticise, accessible as a list or from interim meetiwngs
ADDED /{session}/minutes/{id} - View specific minutes, accessible as a list or from interim meetings
ADDED /{session}/attachments/{id} - View specific attachments, accessible as a list or from specific exhibit resource
Motions
ADDED /{session}/motions/{id} - Added links for motions
Version 1.9 - 28th February 2014¶
Calendars
MODIFIED /{session}/calendars/{id} - Added PDF representation.
Version 1.8 - 20th February 2014¶
Meetings
MODIFIED /{session}/meetings - Now sorted by date then time, also added start-time, end-time and custom start time to the link representation.
Bill Status Counts
ADDED /2014/chambers/{chamber}/bill-status-counts - added bill status counts for chambers.
Rollcalls
ADDED /{session}/chambers/{chamber}/rollcalls - added view of rollcalls for a pariticular chamber.
MODIFIED /{session}/rollcalls/{id} - Added chamber and rollcall number to resource.
Videos
MODIFIED /{session}/videos - Fixed video streams not appearing.
Session
MODIFIED /{session} - Added links for rollcalls and bill status counts.
Chamber
MODIFIED /{session}/chambers/{chamber} - Added links for rollcalls chamber filter and bill status counts.
Version 1.7 - 7th February 2014¶
Bill Actions:
MODIFIED /{session}/bill-actions - added Bill Name to serialization to make it easier to parse.
Legislators:
MODIFIED /{session}/legislators/{id}/bills to correspond iga.in.gov, legislators who were authors previous versions of bills have the bills included in their ‘authored’ bills list if they aren’t authors on the current version.
Historical tables:
ADDED /{session}/historical-tables
Acts:
ADDED /{session}/acts
Constitution:
ADDED /const - a list of the historical versions of the Indiana constitutions available.
ADDED /const/$YEAR - archived constitutions for the given year.
ADDED /const/current - the current constitution.
ADDED /const/current/articles - a list of articles of the current constitution.
ADDED /const/current/articles/$ARTICLE_NUMBER - a detail view for the article represented by the given number.
Chamber days
MODIFIED /{session}/chambers/{chamber}/days - explicitly order by day
MODIFIED /{session}/chambers/{chamber}/days - added ‘daynum’ to the link representation to make it easier to process.
Added more accurate responses for certain errors - when attempts are made to access resources that don’t exist, for example bad bill names, the response will have a 404 status code instead of 500.
Version 1.6 - 31st January 2014¶
Rollcalls:
ADDED /{session}/rollcalls
ADDED /{session}/rollcalls/{id}
Bills:
MODIFIED /{session}/chambers/{chamber}/bills/{bill_name}
Added rollcall information for the latest version of the bill.
MODIFIED /{session}/chambers/{chamber}/bills/{bill_name}/versions/{bill_version}
Added rollcall information for the bill version.
Indiana Code:
Titles:
ADDED /{session}/ic/titles
ADDED /{session}/ic/titles/{id}
Articles
ADDED /{session}/ic/titles/{id}/articles
ADDED /{session}/ic/titles/$title_id/articles/$article_id
Chapters
ADDED /{session}/ic/titles/$title_id/articles/$article_id/chapters
ADDED /{session}/ic/titles/$title_id/articles/$article_id/chapters/$chapter_id
Version 1.5 - 28th January 2014¶
Committee:
MODIFIED /{session}/committees
Added alphabetical ordering.
MODIFIED /{session}/committees/$COMMITTE_NAME
Added vice chair and ranking minority member to Committee resource.
Bills:
MODIFIED /{session}/bills
Added ordering by bill base name.
MODIFIED /{session}/chambers/{chamber}/bills/{bill_name}
Added ‘stageVerbose’ property to the base bill view to reflect the ‘stage’ property of the bill version.
Made ‘latestVersion’ property a complete representation of the latest version with, amendments, committee reports and fiscal notes.
MODIFIED /{session}/chambers/{chamber}/bills/{bill_name}/versions/{bill_version}
Added author / sponsor information to bill version resource.
Meetings:
MODIFIED /{session}/meetings/
Changed ordering to be by meeting date.
Added ability to filter by chamber.
MODIFIED /{session}/meetings/{id}
Added ‘posted date’.
Committee Reports:
ADDED /{session}/committee-reports
ADDED /{session}/committee-reports/{id}
Version 1.4 - 30th October 2013¶
Committee:
MODIFIED /{session}/committees/$COMMITTE_NAME/meetings
Added date and session day filtering
MODIFIED /{session}/committees/$COMMITTE_NAME
Added ‘type’ field
Meetings:
MODIFIED /{session}/meetings/{id}
Added ics format
MODIFIED /{session}/meetings/
Added date filtering
Actions:
MODIFIED /{session}/bill-actions
Added date filtering
MODIFIED /{session}/{chamber}/bill-actions
Added date and session day filtering
MODIFIED /{session}/{chamber}/bills/{bill_name}/actions
Added date and session day filtering
Legislators:
MODIFIED /{session}/legislators/{id}
Added list of committees this legislator is a member of.
Journals:
ADDED /{session}/journals
ADDED /{session}/{chamber}/journals
ADDED /{session}/{chamber}/days/$DAY/journals
ADDED /{session}/journals/{id}
Amendments:
MODIFIED /{session}/bills/{bill_name}/versions/{bill_version}/amendments/{id}
Added state field
ADDED /{session}/amendments
Bills:
MODIFIED /{session}/bills
Added filter for bill type: “BILL”, “SRES”, “CRES” or “JRES”
MODIFIED /{session}/chambers/{chamber}_NAME/bills/{bill_name}
Fixed the spelling of ‘enrolled’.
Added ‘title’, ‘created’, ‘updated’, ‘enrolled’, ‘filed’, ‘publication’ and ‘printed’ fields.
MODIFIED /{session}/chambers/{chamber}/bills/{bill_name}/versions/{bill_version}
Added list of fiscal notes
Fiscal Notes:
ADDED /{session}/fiscal-notes
ADDED {session}/fiscal-notes/$BILLNAME/{id}
ADDED {session}/fiscal-notes/$BILLNAME/{id}
Version 1.3¶
Actions:
MOVED /{session}/actions to /{session}/bill-actions
ADDED /{session}/$CHAMBER/bill-actions
ADDED /{session}/$CHAMBER/bills/{bill_name}/actions
Amendments:
MOVED /{session}/amendments to /{session}/bills/{bill_name}/versions/{bill_version}/amendments
MOVED /{session}/amendments/{id} to /{session}/bills/{bill_name}/versions/{bill_version}/amendments/{id}
Bills:
ADDED /{session}/legislators/$LEGISLATOR_NAME/bills
ADDED /{session}/chambers/{chamber}/bills
MOVED /{session}/bills/$NAME to /{session}/chambers/{chamber}/bills/{bill_name}
MOVED /{session}/chambers/{chamber}/bills/{bill_name}/digest to bills/{bill_name}/digest
ADDED /{session}/chambers/{chamber}/bills/{bill_name}/versions/{bill_version}
Committees:
ADDED /{session}/standing-committees
ADDED /{session}/conference-committees
ADDED /{session}/interim-committees
Meetings:
ADDED /{session}/committees/$COMMITTE_NAME/meetings
Legislators:
ADDED /{session}/chambers/{chamber}/legislators
Roll-calls:
REMOVED (temporarily)
Video streams:
ADDED /{session}/{chamber}/videos
ADDED /{session}/{chamber}/videos/$NAME