---
title: "Return list of contact details of member by ID"
method: GET
path: "/api/Members/{id}/Contact"
tags: ["Members"]
---

# Return list of contact details of member by ID

`GET /api/Members/{id}/Contact`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ContactInformationListItem
  - `value` ContactInformation[], nullable
    - `type` string, nullable
    - `typeDescription` string, nullable
    - `typeId` integer
    - `isPreferred` boolean
    - `isWebAddress` boolean
    - `notes` string, nullable
    - `line1` string, nullable
    - `line2` string, nullable
    - `line3` string, nullable
    - `line4` string, nullable
    - `line5` string, nullable
    - `postcode` string, nullable
    - `phone` string, nullable
    - `fax` string, nullable
    - `email` string, nullable
    - `website` string, nullable
  - `links` Link[], nullable
    - `rel` string, nullable
    - `href` string, nullable
    - `method` string, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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