---
title: "Find communication way by ID"
method: GET
path: "/CommunicationWay/{communicationWayId}"
tags: ["CommunicationWay"]
---

# Find communication way by ID

`GET /CommunicationWay/{communicationWayId}`

Returns a single communication way

## Path parameters

- `communicationWayId` integer, required

## Response `200`

Successful operation

- object
  - `objects` ModelCommunicationWayResponse[]
    - `id` string — The communication way id
    - `objectName` string — The communication way object name
    - `create` string, date-time — Date of communication way creation
    - `update` string, date-time — Date of last communication way update
    - `contact` object — The contact to which this communication way belongs.
      - `id` string, required — Unique identifier of the contact
      - `objectName` string, required — Model name, which is 'Contact'
    - `type` 'EMAIL' | 'PHONE' | 'WEB' | 'MOBILE' — Type of the communication way
    - `value` string — The value of the communication way.<br> For example the phone number, e-mail address or website.
    - `key` object — The key of the communication way.<br> Similar to the category of addresses.<br> For all communication way keys please send a GET to /CommunicationWayKey.
      - `id` string, required — Unique identifier of the key
      - `objectName` string, required — Model name, which is 'CommunicationWayKey'
    - `main` string — Defines whether the communication way is the main communication way for the contact.
    - `sevClient` object — Client to which communication way key belongs. Will be filled automatically
      - `id` string, required — Unique identifier of the client
      - `objectName` string, required — Model name, which is 'SevClient'

## Other responses

- `400` — Bad request. communication way was not found
- `401` — Authentication required
- `500` — Server Error

---

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