GET /api/v0.1/hansard/entries/1234255/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1234255,
    "url": "https://info.mzalendo.com/api/v0.1/hansard/entries/1234255/?format=api",
    "text_counter": 25,
    "type": "speech",
    "speaker_name": "Sen. Kathuri",
    "speaker_title": "The Deputy Speaker",
    "speaker": {
        "id": 13590,
        "legal_name": "Murungi Kathuri",
        "slug": "murungi-kathuri"
    },
    "content": "That is good procedure. Thank you. Let me proceed. (ii)Scheduling of Questions; upon approval of Questions by the Speaker, the Clerk shall submit a list of the Questions to the Senate Business Committee (SBC), which shall schedule a CS, at least, seven days’ notice before the date appointed for the CS to appear before the Senate. (iii)Publication of Questions; the Clerk is required to publish and to circulate to Senators the schedule of Questions not later than the Friday preceding the day upon which the Question is to be responded to by the relevant CS."
}