---
title: "GET /ext/Committee/Appointments/{committeeYear}/{committeeId}"
method: GET
path: "/ext/Committee/Appointments/{committeeYear}/{committeeId}"
tags: ["Committee"]
---

# GET /ext/Committee/Appointments/{committeeYear}/{committeeId}

`GET /ext/Committee/Appointments/{committeeYear}/{committeeId}`

## Path parameters

- `committeeYear` integer, required
- `committeeId` integer, required

## Response `200`

Success

- BizCommitteeAppointments
  - `committeeName` string
  - `members` BizCommitteeAppointment[]
    - `memberId` integer
    - `personId` integer
    - `memberFirstName` string
    - `memberLastName` string
    - `memberEmail` string
    - `startDate` string, date-time
    - `endDate` string, date-time
    - `position` string
    - `positionDetail` string

---

[API](https://skmtc.net/m1gateway/apis/m1gateway-internal.md) · [All operations](https://skmtc.net/m1gateway/apis/m1gateway-internal/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/m1gateway/m1gateway-internal/revisions/b3a2cd83892d/schema)
