---
title: "Get a list of Committee Meetings between two dates."
method: GET
path: "/api/Broadcast/Meetings"
tags: ["Broadcast"]
---

# Get a list of Committee Meetings between two dates.

`GET /api/Broadcast/Meetings`

## Query parameters

- `FromDate` string, date-time, required
- `ToDate` string, date-time, required

## Response `200`

Activities for event with given Id

- CommitteesCommonResponsesCommitteeMeetingForBroadcasters[]
  - `id` integer — The id of the meeting event.
  - `title` string, nullable — The title of the meeting event.
  - `startTime` string, date-time, nullable — The start time of the event.
  - `endTime` string, date-time, nullable — The end time of the event.
  - `notes` string, nullable — The notes related to the event.
  - `isCommons` boolean — Is a House of Commons event.
  - `isLords` boolean — Is a House of Lords event.
  - `location` CommitteesCommonResponsesBroadcastMeetingLocation
    - `id` integer
    - `description` string, nullable
  - `committees` CommitteesCommonResponsesCommitteeSummary[], nullable — Which committees are involved in the event.
    - `contact` CommitteesCommonResponsesCommonSharedContactInformation
      - `email` string, nullable — Current contact email
      - `phone` string, nullable — Telephone number
      - `address` string, nullable — Postal address
      - `contactDisclaimer` string, nullable — Disclaimer for contact information
    - `id` integer — The id of the committee
    - `name` string, nullable — The current name of the committee
    - `parentCommittee` CommitteesCommonResponsesCommitteeSummary — recursive
    - `subCommittees` CommitteesCommonResponsesCommitteeSummary[], nullable — Sub-committees of this committee
    - `house` 'Commons' | 'Lords' | 'Joint'
    - `leadHouse` CommitteesCommonResponsesCommonCommitteeLeadHouse
      - `isCommons` boolean
      - `isLords` boolean
    - `category` CommitteesCommonResponsesCommonCommitteeCommitteeCategory
      - `id` integer — Committee category Id
      - `name` string, nullable — Committee category Name
    - `committeeTypes` CommitteesCommonResponsesCommonCommitteeCommitteeType[], nullable — List of Committee types
      - `id` integer — Committee type Id
      - `name` string, nullable — Committee type name
      - `committeeCategory` CommitteesCommonResponsesCommonCommitteeCommitteeCategory
        - `id` integer — Committee category Id
        - `name` string, nullable — Committee category Name
    - `showOnWebsite` boolean — If this committee should be shown on the website
    - `websiteLegacyUrl` string, nullable — The legacy website URL for the committee, if one exists.
    - `websiteLegacyRedirectEnabled` boolean — Whether automatic redirect to the legacy website has been enabled for the committee.
    - `startDate` string, date-time — The start date of the committee
    - `endDate` string, date-time, nullable — The end date of the committee
    - `dateCommonsAppointed` string, date-time, nullable — The date the committee was appointed by the House of Commons
    - `dateLordsAppointed` string, date-time, nullable — The date the committee was appointed by the House of Lords
    - `scrutinisingDepartments` CommitteesCommonResponsesScrutinisingDepartment[], nullable — All the departments the committee scrutinises
      - `departmentId` integer — The Id of the department which this committee scrutinises
      - `name` string, nullable — The name of the department which this committee scrutinises
    - `isLeadCommittee` boolean, nullable — Is the lead Committee, if linked to an event with multiple Committees
    - `nameHistory` CommitteesCommonResponsesCommonCommitteeCommitteeName[], nullable — Previous names of this committee
      - `id` integer
      - `committeeId` integer
      - `name` string, nullable
      - `startDate` string, date-time
      - `endDate` string, date-time, nullable
  - `activities` CommitteesCommonResponsesBroadcastActivityForBroadcasters[], nullable — The schedule of activities for the event.
    - `name` string, nullable — The name of the activity.
    - `type` string, nullable — The type of the activity.
    - `startTime` string, date-time — The start time of the activity.
    - `endTime` string, date-time, nullable — The end time for the activity.
    - `private` boolean — Whether the activity is held in private.
    - `subjects` string[], nullable — The committee business that forms the subject of the meeting.
    - `attendees` CommitteesCommonResponsesCommonPeopleActivityPerson[], nullable — The people attending the activity.
      - `id` integer
      - `personId` integer, nullable
      - `name` string, nullable
      - `photoUrl` string, nullable
      - `memberInfo` CommitteesCommonResponsesCommonPeopleMemberInfo
        - `memberFrom` string, nullable
        - `party` string, nullable
        - `partyColour` string, nullable
        - `mnisId` integer
        - `isChair` boolean
        - `listAs` string, nullable
        - `displayAs` string, nullable
        - `fullTitle` string, nullable
        - `addressAs` string, nullable
        - `house` 'Commons' | 'Lords' | 'Joint'
        - `isCurrent` boolean, nullable
      - `organisations` CommitteesCommonResponsesCommonSubmissionOrganisation[], nullable
        - `name` string, nullable
        - `role` string, nullable
        - `idmsId` string, nullable
        - `cisId` integer
      - `submitterType` 'Individual' | 'Organisation' | 'Proxy'
      - `additionalContext` string, nullable
      - `displayOrder` integer
  - `eventType` CommitteesCommonResponsesCommonEventsEventTypeDetails
    - `id` integer
    - `name` string, nullable
    - `isVisit` boolean
    - `description` string, nullable
  - `cancelledDate` string, date-time, nullable — The date the meeting was cancelled, null if not cancelled.

## Other responses

- `404` — No event with given Id exists

---

[API](https://skmtc.dev/parliament/apis/committees-api.md) · [All operations](https://skmtc.dev/parliament/apis/committees-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parliament/committees-api/revisions/2963ac78fed1/schema)
