Returns the list of printed hearings associated with a specified nomination.

GET /nomination/:congress/:nominationNumber/hearings

Example Request

/v3/nomination/116/389/hearings
::

"hearings": [
    {
        "chamber": "Senate",
        "citation": "S.Hrg.116-38",
        "endDate": "2019-06-05",
        "errataNumber": null,
        "extJacketNumber": 37106,
        "hearingNumber": 38,
        "partNumber": null,
        "startDate": "2019-06-05"
    }
]

 
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!