get
https://example.com/v3/bill////actions
GET /bill/:congress/:billType/:billNumber/actions
Example Request
/v3/bill/117/hr/3076/actions
::
'actions': [
{
'actionDate': '2022-04-06',
'text': 'Became Public Law No: 117-108.',
'type': 'President',
'actionCode': '36000',
'sourceSystem': {
'name': 'Library of Congress',
'code': '9'
},
},
...
]