get
https://example.com/v3/committeeReport////text
GET /committeeReport/:congress/:reportType/:reportNumber/:text
Example Request
/v3/committeeReport/116/hrpt/617/text
::
{
"textVersions": [
{
"formats": [
{
"type": "Formatted Text",
"url": "116/crpt/hrpt617/generated/CRPT-116hrpt617.htm"
},
{
"type": "PDF",
"url": "116/crpt/hrpt617/CRPT-116hrpt617.pdf"
},
...
]
}
]
}