get
https://example.com/v3/committeeReport//
The result set can be further filtered to conference reports only.
- conference: set to 'true' to filter for conference reports.
GET /committeeReport\
Example Request
/v3/committeeReport/116/hrpt?conference=true
::
"reports": [
{
"citation": "H. Rept. 116-617",
"updateDate": "2022-05-20 16:27:57+00:00",
"url": "https://api.congress.gov/v3/committeeReport/116/HRPT/617?format=json"
},
{
"citation": "H. Rept. 116-333",
"updateDate": "2022-05-20 16:27:57+00:00",
"url": "https://api.congress.gov/v3/committeeReport/116/HRPT/333?format=json"
}
]