POST Api/NotificationLog/Get
Request Information
URI Parameters
None.
Body Parameters
NotificationLogParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
None. |
|
| SelectedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "e4b490d7-770c-4b64-948f-abf0f6c03d8e",
"SelectedDate": "2026-04-11T11:25:43.9806719+04:00"
}
application/xml, text/xml
Sample:
<NotificationLogParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootDriver.Service.Controllers"> <SelectedDate>2026-04-11T11:25:43.9806719+04:00</SelectedDate> <UserID>e4b490d7-770c-4b64-948f-abf0f6c03d8e</UserID> </NotificationLogParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of NotificationLog| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| NotificationType | integer |
None. |
|
| ReportedOn | date |
None. |
|
| IsSeen | boolean |
None. |
|
| RecordID | globally unique identifier |
None. |
|
| RecordOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserID": "5d066e3c-f0d8-4f7f-9b95-83f2341d4eeb",
"UserName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"NotificationType": 5,
"ReportedOn": "2026-04-11T11:25:44.0119155+04:00",
"IsSeen": true,
"RecordID": "fb4810ef-f330-4df7-8817-e890d4a934b5",
"RecordOn": "2026-04-11T11:25:44.0119155+04:00"
},
{
"UserID": "5d066e3c-f0d8-4f7f-9b95-83f2341d4eeb",
"UserName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"NotificationType": 5,
"ReportedOn": "2026-04-11T11:25:44.0119155+04:00",
"IsSeen": true,
"RecordID": "fb4810ef-f330-4df7-8817-e890d4a934b5",
"RecordOn": "2026-04-11T11:25:44.0119155+04:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfNotificationLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<NotificationLog>
<Description>sample string 4</Description>
<IsSeen>true</IsSeen>
<NotificationType>5</NotificationType>
<RecordID>fb4810ef-f330-4df7-8817-e890d4a934b5</RecordID>
<RecordOn>2026-04-11T11:25:44.0119155+04:00</RecordOn>
<ReportedOn>2026-04-11T11:25:44.0119155+04:00</ReportedOn>
<Title>sample string 3</Title>
<UserID>5d066e3c-f0d8-4f7f-9b95-83f2341d4eeb</UserID>
<UserName>sample string 2</UserName>
</NotificationLog>
<NotificationLog>
<Description>sample string 4</Description>
<IsSeen>true</IsSeen>
<NotificationType>5</NotificationType>
<RecordID>fb4810ef-f330-4df7-8817-e890d4a934b5</RecordID>
<RecordOn>2026-04-11T11:25:44.0119155+04:00</RecordOn>
<ReportedOn>2026-04-11T11:25:44.0119155+04:00</ReportedOn>
<Title>sample string 3</Title>
<UserID>5d066e3c-f0d8-4f7f-9b95-83f2341d4eeb</UserID>
<UserName>sample string 2</UserName>
</NotificationLog>
</ArrayOfNotificationLog>