GET api/v{version}/Message/GetMessages?controlID={controlID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
controlID | character |
None. |
|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of MsgOutName | Description | Type | Additional information |
---|---|---|---|
MsgOutID | integer |
None. |
|
ControlID | character |
None. |
|
MsgInID | integer |
None. |
|
Timestamp | date |
None. |
|
ValidTo | date |
None. |
|
Text | string |
None. |
|
MsgIn | MsgIn |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "MsgOutID": 1, "ControlID": "A", "MsgInID": 1, "Timestamp": "2025-05-27T22:25:58.0661511+02:00", "ValidTo": "2025-05-27T22:25:58.0661511+02:00", "Text": "sample string 5", "MsgIn": { "$id": "2", "MsgInID": 1, "Text": "sample string 2" } }, { "$ref": "1" } ]