GET /oralquestions/list

parliament.uk:oralquestions

Summary: Returns a list of oral questions
Operation ID: PublishedOralQuestion_Get
Auth: unknown
Description

A list of oral questions meeting the specified criteria.

Parameters (9)

parameters.answeringBodyIds (array, query, optional)

Which answering body is to respond. A list of answering bodies can be found <a target="_blank" href="http://data.parliament.uk/membersdataplatform/services/mnis/referencedata/AnsweringBodies/">here</a>.

parameters.answeringDateEnd (string, query, optional)

Oral Questions where the answering date has been set on or before the date provided. Date format YYYY-MM-DD.

parameters.answeringDateStart (string, query, optional)

Oral Questions where the answering date has been set on or after the date provided. Date format YYYY-MM-DD.

parameters.askingMemberIds (array, query, optional)

The ID of the member asking the question. Lists of member IDs for each house are available <a href="http://data.parliament.uk/membersdataplatform/services/mnis/members/query/house=Commons" target="_blank">Commons</a> and <a href="http://data.parliament.uk/membersdataplatform/services/mnis/members/query/house=Lords" target="_blank">Lords</a>.

parameters.oralQuestionTimeId (integer, query, optional)

Oral Questions where the question is within the question time with the ID provided

parameters.questionType (string, query, optional)

Oral Questions where the question type is the selected type, substantive or topical.

Constraints: {'enum': ['Substantive', 'Topical']}

parameters.skip (integer, query, optional)

The number of records to skip from the first, default is 0.

parameters.take (integer, query, optional)

The number of records to return, default is 25, maximum is 100.

parameters.uINs (array, query, optional)

The UIN for the question - note that UINs reset at the start of each Parliamentary session.

No probe data for this endpoint yet.