get
https://example.com/v3/nomination
GET /nomination
Example Request
/v3/nomination/
::
"nominations": [
{
"citation": "PN2464",
"congress": 117,
"description": " ",
"latestAction": [
{
"actionDate": "2022-08-03",
"text": "Received in the Senate and referred to the Committee on Armed Services."
}
],
"nominationType": {
"isCivilian": false,
"isMilitary": true,
"name": "U.S. Army"
},
"number": 2464,
"partNumber": "00",
"receivedDate": "2022-08-03",
"updateDate": "2022-08-04 04:25:12+00:00",
"url": "https://api.congress.gov/v3/nomination/117/2464?format=json"
}
]