GET api/User/GetAlarmMessages?msgInID={msgInID}&previousOrNext={previousOrNext}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| msgInID | integer |
Required |
|
| previousOrNext | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MsgInLog| Name | Description | Type | Additional information |
|---|---|---|---|
| MsgInID | integer |
None. |
|
| Timestamp | date |
None. |
|
| Text | string |
None. |
|
| Group | Group |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"MsgInID": 1,
"Timestamp": "2025-12-14T09:39:47.0353196+01:00",
"Text": "sample string 3",
"Group": {
"$id": "2",
"GroupID": 1,
"Code": "sample string 2",
"Label": "sample string 3",
"TimeCalculation": "00:00:00.1234567",
"SchedulerDays": {
"$id": "3",
"2025-12-14T09:39:47.0353196+01:00": {
"$id": "4",
"Hour0": true,
"Hour1": true,
"Hour2": true,
"Hour3": true,
"Hour4": true,
"Hour5": true,
"Hour6": true,
"Hour7": true,
"Hour8": true,
"Hour9": true,
"Hour10": true,
"Hour11": true,
"Hour12": true,
"Hour13": true,
"Hour14": true,
"Hour15": true,
"Hour16": true,
"Hour17": true,
"Hour18": true,
"Hour19": true,
"Hour20": true,
"Hour21": true,
"Hour22": true,
"Hour23": true
}
},
"ServiceFuntions": [
{
"$id": "5",
"ServiceFunctionID": 1,
"Label": "sample string 2",
"NumberNeeded": 3,
"NoOccupancy": "sample string 4",
"OccupancyDays": {
"$id": "6",
"2025-12-14T09:39:47.0353196+01:00": {
"$ref": "4"
}
},
"DayTotals": {
"$id": "7",
"2025-12-14T09:39:47.0353196+01:00": {
"$id": "8",
"Hour0": 1,
"Hour1": 2,
"Hour2": 3,
"Hour3": 4,
"Hour4": 5,
"Hour5": 6,
"Hour6": 7,
"Hour7": 8,
"Hour8": 9,
"Hour9": 10,
"Hour10": 11,
"Hour11": 12,
"Hour12": 13,
"Hour13": 14,
"Hour14": 15,
"Hour15": 16,
"Hour16": 17,
"Hour17": 18,
"Hour18": 19,
"Hour19": 20,
"Hour20": 21,
"Hour21": 22,
"Hour22": 23,
"Hour23": 24
}
},
"Users": [
{
"$id": "9",
"UserID": 1,
"HomeNodeID": 2,
"FullName": "sample string 3",
"LangID": 4,
"NotAvailable": true,
"NotAvailableTimestamp": "2025-12-14T09:39:47.0363342+01:00",
"NotAvailalbeScheduled": true,
"NoOccupancy": true,
"Homescreen": "sample string 9",
"AppNotifications": 64,
"MaxVersionAllowed": 11,
"SoundAlarm": "sample string 12",
"SoundInfo": "sample string 13",
"SoundUnderstaffing": "sample string 14",
"SoundOccupancy": "sample string 15",
"SoundProposal": "sample string 16",
"CriticalAlertsAlarm": true,
"CriticalAlertsInfo": true,
"CriticalAlertsUnderstaffing": true,
"CriticalAlertsOccupancy": true,
"CriticalAlertsProposal": true,
"Geofence": {
"$id": "10",
"Selectable": true,
"Address": "sample string 2",
"Latitude": 1.1,
"Longitude": 1.1,
"Distance": 1
},
"SchedulerDays": {
"$id": "11",
"2025-12-14T09:39:47.0363342+01:00": {
"$ref": "4"
}
},
"ConsignmentAppointments": [
{
"$id": "12",
"ServiceFunctionID": 1,
"Start": "2025-12-14T09:39:47.0363342+01:00",
"Stop": "2025-12-14T09:39:47.0363342+01:00"
},
{
"$ref": "12"
}
]
},
{
"$ref": "9"
}
]
},
{
"$ref": "5"
}
]
}
},
{
"$ref": "1"
}
]