GET api/v{version}/PreComMessage/GetReceivers

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Receiver
NameDescriptionTypeAdditional information
Type

integer

Required

ID

integer

Required

Label

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Type": 1,
    "ID": 2,
    "Label": "sample string 3"
  },
  {
    "$ref": "1"
  }
]