get
https://example.com/v3/committeeReport///
GET /committeeReport/:congress/:reportType/:reportNumber
Example Request
/v3/committeeReport/116/HRPT/617
::
{
"committeeReports": [
{
"chamber": "House",
"citation": "H. Rept. 116-617",
"committees": [],
"congSession": 2,
"congress": 116,
"isConferenceReport": true,
"issueDate": "2020-12-03T05:00:00Z",
"partNumber": 1,
"reportNumber": 617,
"reportType": "H.Rept.",
"reportTypeCode": "HRPT",
"title": "WILLIAM M. (MAC) THORNBERRY NATIONAL DEFENSE AUTHORIZATION ACT FOR FISCAL YEAR 2021",
"updateDate": "2022-05-20T16:27:57Z"
}
],
}