Returns the list nominees for a position within a nomination.

GET /nomination/:congress/:nominationNumber/:ordinal

Example Request

/v3/nomination/117/2467/1
::

{
    "nominees": [
        {
            "corpsCode": "",
            "effectiveDate": null,
            "firstName": "JOHN",
            "lastName": "SZCZEPANSKI",
            "middleName": "T.",
            "ordinal": 12,
            "predecessorName": "",
            "prefix": "",
            "state": null,
            "suffix": ""
        }
        ...
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!