get
https://example.com/v3/treaty///committees
GET /treaty/:congress/:treatyNumber/committees
Example Request
/v3/treaty/116/3/committees
::
"treatyCommittees": [
{
"activities": [
{
"date": "2020-06-18T20:19:22Z",
"name": "Referred to"
}
],
"chamber": "Senate",
"name": "Foreign Relations Committee",
"subcommittees": [],
"systemCode": "ssfr00",
"type": "Standing",
"url": "https://api.congress.gov/v3/committee/senate/ssfr00?format=json"
}
]