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