GET api/v{version}/PreComMessage/GetReceivers
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Receiver| Name | Description | Type | Additional 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"
}
]