GET bats/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 BillActionNotice
NameDescriptionTypeAdditional information
notice_date_time

date

None.

notice_link

URI

None.

location_name

string

None.

location_link

URI

None.

update_texts

string

None.

billactionnotice_id

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "billactionnotice_id": "9f366af9-f8f6-49cb-ac10-2e941eb47042",
    "notice_date_time": "2024-10-16T17:11:34.3431442-07:00",
    "notice_link": "https://crmpublicwebservice.des.wa.gov/bats/attachment/billactionnotice/c91fc713-4117-e411-9b35-005056ba7b6d",
    "location_name": "DES",
    "location_link": "http://www.bing.com/maps/default.aspx?where1=1500+Jefferson+St+SE%2c+Olympia%2c+WA+98501",
    "update_texts": null
  },
  {
    "billactionnotice_id": "9f366af9-f8f6-49cb-ac10-2e941eb47042",
    "notice_date_time": "2024-10-16T17:11:34.3431442-07:00",
    "notice_link": "https://crmpublicwebservice.des.wa.gov/bats/attachment/billactionnotice/c91fc713-4117-e411-9b35-005056ba7b6d",
    "location_name": "DES",
    "location_link": "http://www.bing.com/maps/default.aspx?where1=1500+Jefferson+St+SE%2c+Olympia%2c+WA+98501",
    "update_texts": null
  }
]

application/xml, text/xml

Sample:
<ArrayOfBillActionNotice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BATSService.Models">
  <BillActionNotice>
    <billactionnotice_id>9f366af9-f8f6-49cb-ac10-2e941eb47042</billactionnotice_id>
    <location_link>http://www.bing.com/maps/default.aspx?where1=1500+Jefferson+St+SE%2c+Olympia%2c+WA+98501</location_link>
    <location_name>DES</location_name>
    <notice_date_time>2024-10-16T17:11:34.3431442-07:00</notice_date_time>
    <notice_link>https://crmpublicwebservice.des.wa.gov/bats/attachment/billactionnotice/c91fc713-4117-e411-9b35-005056ba7b6d</notice_link>
    <update_texts i:nil="true" />
  </BillActionNotice>
  <BillActionNotice>
    <billactionnotice_id>9f366af9-f8f6-49cb-ac10-2e941eb47042</billactionnotice_id>
    <location_link>http://www.bing.com/maps/default.aspx?where1=1500+Jefferson+St+SE%2c+Olympia%2c+WA+98501</location_link>
    <location_name>DES</location_name>
    <notice_date_time>2024-10-16T17:11:34.3431442-07:00</notice_date_time>
    <notice_link>https://crmpublicwebservice.des.wa.gov/bats/attachment/billactionnotice/c91fc713-4117-e411-9b35-005056ba7b6d</notice_link>
    <update_texts i:nil="true" />
  </BillActionNotice>
</ArrayOfBillActionNotice>