GET api/Msg/GetTemplates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TemplatePreComMsg
NameDescriptionTypeAdditional information
ID

integer

None.

Label

string

None.

Text

string

None.

Response Formats

application/json, text/json

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