GET api/Message/GetMessages
GetMessages
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OverallMessageListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| IncomingMessages | MessageListDTO |
None. |
|
| OutcomingMessages | MessageListDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"IncomingMessages": {
"MessageList": [
{
"MessageId": "d553f80e-c191-42be-b898-d78662628a86",
"ContentType": 0,
"Reminder": 0,
"IsTranx": true,
"IsSecret": true,
"TrooxType": "sample string 4",
"Topic": "sample string 5",
"SenderPhone": "sample string 6",
"SenderName": "sample string 7",
"SendDate": "2025-12-06T06:08:09.794098+02:00",
"NextNotificationDate": "2025-12-06T06:08:09.794098+02:00",
"IsNewMessage": true,
"IsSleep": true,
"InnerRecipientId": "71f1f264-ce3a-490e-88d1-fbbe3881c125"
},
{
"MessageId": "d553f80e-c191-42be-b898-d78662628a86",
"ContentType": 0,
"Reminder": 0,
"IsTranx": true,
"IsSecret": true,
"TrooxType": "sample string 4",
"Topic": "sample string 5",
"SenderPhone": "sample string 6",
"SenderName": "sample string 7",
"SendDate": "2025-12-06T06:08:09.794098+02:00",
"NextNotificationDate": "2025-12-06T06:08:09.794098+02:00",
"IsNewMessage": true,
"IsSleep": true,
"InnerRecipientId": "71f1f264-ce3a-490e-88d1-fbbe3881c125"
}
]
},
"OutcomingMessages": {
"MessageList": [
{
"MessageId": "d553f80e-c191-42be-b898-d78662628a86",
"ContentType": 0,
"Reminder": 0,
"IsTranx": true,
"IsSecret": true,
"TrooxType": "sample string 4",
"Topic": "sample string 5",
"SenderPhone": "sample string 6",
"SenderName": "sample string 7",
"SendDate": "2025-12-06T06:08:09.794098+02:00",
"NextNotificationDate": "2025-12-06T06:08:09.794098+02:00",
"IsNewMessage": true,
"IsSleep": true,
"InnerRecipientId": "71f1f264-ce3a-490e-88d1-fbbe3881c125"
},
{
"MessageId": "d553f80e-c191-42be-b898-d78662628a86",
"ContentType": 0,
"Reminder": 0,
"IsTranx": true,
"IsSecret": true,
"TrooxType": "sample string 4",
"Topic": "sample string 5",
"SenderPhone": "sample string 6",
"SenderName": "sample string 7",
"SendDate": "2025-12-06T06:08:09.794098+02:00",
"NextNotificationDate": "2025-12-06T06:08:09.794098+02:00",
"IsNewMessage": true,
"IsSleep": true,
"InnerRecipientId": "71f1f264-ce3a-490e-88d1-fbbe3881c125"
}
]
}
}