get
https://example.com/v3/bill////titles
GET /bill/:congress/:billType/:billNumber/titles
Example Request
/v3/bill/117/hr/3076/titles
::
{
'titles': [
{
'billTextVersionCode': 'RH',
'billTextVersionName': 'Reported in House'
'chamberCode': 'H',
'chamberName': 'House',
'title': 'Postal Service Reform Act of 2021',
'titleType': 'Short Title(s) as Reported to House'
},
...
]
}