GET api/Msg/GetReceivers

Request Information

URI Parameters

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"
  }
]