CommunicationWay

Find communication way by ID

Returns a single communication way

get/CommunicationWay/{communicationWayId}

Path parameters

communicationWayIdinteger required

ID of communication way to return

Response

Successful operation

Example response

{
  "objects": [
    {
      "id": "0",
      "objectName": "CommunicationWay",
      "contact": {
        "id": "0",
        "objectName": "Contact"
      },
      "type": "EMAIL",
      "key": {
        "id": "0",
        "objectName": "CommunicationWayKey"
      },
      "main": "0",
      "sevClient": {
        "id": "0",
        "objectName": "SevClient"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.