GET api/User/GetMessages?controlID={controlID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| controlID | character |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of MsgOut| Name | 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-12-14T09:38:57.8628763+01:00",
"ValidTo": "2025-12-14T09:38:57.8628763+01:00",
"Text": "sample string 5",
"MsgIn": {
"$id": "2",
"MsgInID": 1,
"Text": "sample string 2"
}
},
{
"$ref": "1"
}
]