get
https://example.com/v3/nomination///committees
GET /nomination/:congress/:nominationNumber/committees
Example Request
/v3/nomination/117/2467/committees
::
"committees": [
{
"activities": [
{
"date": "2022-08-03T21:02:58Z",
"name": "Referred to"
},
],
"chamber": "Senate",
"name": "Armed Services Committee",
"subcommittees": [],
"systemCode": "ssas00",
"type": "Standing",
"url": "https://api.congress.gov/v3/committee/senate/ssas00?format=json"
}
]