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": "28b0c2e1-ad21-4521-8cb2-38a73e73fe03",
"SelectedDate": "2025-12-21T07:32:19.059301+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>2025-12-21T07:32:19.059301+04:00</SelectedDate> <UserID>28b0c2e1-ad21-4521-8cb2-38a73e73fe03</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": "41f8f975-55a3-4e5b-83cd-0b435aa9b8b8",
"UserName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"NotificationType": 5,
"ReportedOn": "2025-12-21T07:32:19.059301+04:00",
"IsSeen": true,
"RecordID": "94ae5883-a03d-4a1d-9f60-8a5af00ae478",
"RecordOn": "2025-12-21T07:32:19.059301+04:00"
},
{
"UserID": "41f8f975-55a3-4e5b-83cd-0b435aa9b8b8",
"UserName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"NotificationType": 5,
"ReportedOn": "2025-12-21T07:32:19.059301+04:00",
"IsSeen": true,
"RecordID": "94ae5883-a03d-4a1d-9f60-8a5af00ae478",
"RecordOn": "2025-12-21T07:32:19.059301+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>94ae5883-a03d-4a1d-9f60-8a5af00ae478</RecordID>
<RecordOn>2025-12-21T07:32:19.059301+04:00</RecordOn>
<ReportedOn>2025-12-21T07:32:19.059301+04:00</ReportedOn>
<Title>sample string 3</Title>
<UserID>41f8f975-55a3-4e5b-83cd-0b435aa9b8b8</UserID>
<UserName>sample string 2</UserName>
</NotificationLog>
<NotificationLog>
<Description>sample string 4</Description>
<IsSeen>true</IsSeen>
<NotificationType>5</NotificationType>
<RecordID>94ae5883-a03d-4a1d-9f60-8a5af00ae478</RecordID>
<RecordOn>2025-12-21T07:32:19.059301+04:00</RecordOn>
<ReportedOn>2025-12-21T07:32:19.059301+04:00</ReportedOn>
<Title>sample string 3</Title>
<UserID>41f8f975-55a3-4e5b-83cd-0b435aa9b8b8</UserID>
<UserName>sample string 2</UserName>
</NotificationLog>
</ArrayOfNotificationLog>