Parliament Oralquestions
Connector for the parliament-oralquestions API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://oralquestionsandmotions-api.parliament.uk - Auth:
bearer(pass your key via theapiKeyinput)
Operations
publishedearlydaymotion_get— GET /EarlyDayMotion/{id} — Returns a single Early Day Motion by IDget_earlydaymotions_list— GET /EarlyDayMotions/list — Returns a list of Early Day Motionspublishedoralquestion_get— GET /oralquestions/list — Returns a list of oral questionspublishedoralquestiontime_get— GET /oralquestiontimes/list — Returns a list of oral question times
Inputs
apiKey— your parliament-oralquestions API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: publishedearlydaymotion_get
apiKey: <your key>