get
https://example.com/v3/nomination///actions
GET /nomination/:congress/:nominationNumber/actions
Example Request
/v3/nomination/117/2467/actions
::
{
"actions": [
{
"actionCode": "S05120",
"actionDate": "2022-08-03",
"committees": [
{
"name": "Armed Services Committee",
"systemCode": "ssas00"
"url":
"https://api.congress.gov/v3/committee/senate/ssas00?format=json"
}
],
"text": "Received in the Senate and referred to the Committee on Armed Services.",
"type": "IntroReferral"
}
],
}