---
title: "Return photo for a lay member of the committee"
method: GET
path: "/api/Committees/{id}/Members/{personId}"
tags: ["Committees"]
---

# Return photo for a lay member of the committee

`GET /api/Committees/{id}/Members/{personId}`

## Path parameters

- `id` integer, required
- `personId` integer, required

## Response `200`

Success

- CommitteesCommonResourceCollection1CommitteesCommonResponsesCommitteeMember
  - `items` CommitteesCommonResponsesCommitteeMember[], nullable
    - `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
    - `isLayMember` boolean
    - `roles` CommitteesCommonResponsesCommonPeopleCommitteeMemberRole[], nullable
      - `startDate` string, date-time
      - `endDate` string, date-time, nullable
      - `role` CommitteesCommonResponsesCommonPeopleRole
        - `id` integer — The id of the role
        - `name` string, nullable — The role name
        - `roleType` CommitteesCommonResponsesCommonPeopleRoleType
          - `id` integer — The id of the role type
          - `name` string, nullable — The Name of the role type
        - `isChair` boolean — Is the role a chair
      - `exOfficio` boolean
      - `alternate` boolean
      - `coOpted` boolean
  - `totalResults` integer
  - `itemsPerPage` integer
  - `links` CommitteesCommonLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
    - `method` string, nullable

## Other responses

- `400` — Bad Request

---

[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)
