GET bears/billactionnotice
Gets all upcoming Bill Action Notices.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An array of Bill Action Notices containing details of an upcoming action that the Governor will take on a Bill.
Collection of BillActionNoticeName | Description | Type | Additional information |
---|---|---|---|
notice_date_time | date |
None. |
|
notice_link | URI |
None. |
|
location_name | string |
None. |
|
location_link | URI |
None. |
|
update_texts | string |
None. |
|
billactionnotice_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "billactionnotice_id": 1, "notice_date_time": "2024-11-20T22:48:52.1748552-08:00", "notice_link": "http://webapihelppage1.com", "location_name": "sample string 2", "location_link": "http://webapihelppage3.com", "update_texts": "sample string 4" }, { "billactionnotice_id": 1, "notice_date_time": "2024-11-20T22:48:52.1748552-08:00", "notice_link": "http://webapihelppage1.com", "location_name": "sample string 2", "location_link": "http://webapihelppage3.com", "update_texts": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfBillActionNotice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BEARSService.Models"> <BillActionNotice> <billactionnotice_id>1</billactionnotice_id> <location_link>http://webapihelppage3.com/</location_link> <location_name>sample string 2</location_name> <notice_date_time>2024-11-20T22:48:52.1748552-08:00</notice_date_time> <notice_link>http://webapihelppage1.com/</notice_link> <update_texts>sample string 4</update_texts> </BillActionNotice> <BillActionNotice> <billactionnotice_id>1</billactionnotice_id> <location_link>http://webapihelppage3.com/</location_link> <location_name>sample string 2</location_name> <notice_date_time>2024-11-20T22:48:52.1748552-08:00</notice_date_time> <notice_link>http://webapihelppage1.com/</notice_link> <update_texts>sample string 4</update_texts> </BillActionNotice> </ArrayOfBillActionNotice>