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": "62fabdcd-b18b-4b67-9f84-bd485aa92f90",
"SelectedDate": "2026-08-05T04:48:37.7298839+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-08-05T04:48:37.7298839+04:00</SelectedDate> <UserID>62fabdcd-b18b-4b67-9f84-bd485aa92f90</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": "83b89036-0fe6-4ca8-b83d-0ca3701b6005",
"UserName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"NotificationType": 5,
"ReportedOn": "2026-08-05T04:48:37.7298839+04:00",
"IsSeen": true,
"RecordID": "91ccf491-eac4-461e-b2a3-2124dd5ab22e",
"RecordOn": "2026-08-05T04:48:37.7298839+04:00"
},
{
"UserID": "83b89036-0fe6-4ca8-b83d-0ca3701b6005",
"UserName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"NotificationType": 5,
"ReportedOn": "2026-08-05T04:48:37.7298839+04:00",
"IsSeen": true,
"RecordID": "91ccf491-eac4-461e-b2a3-2124dd5ab22e",
"RecordOn": "2026-08-05T04:48:37.7298839+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>91ccf491-eac4-461e-b2a3-2124dd5ab22e</RecordID>
<RecordOn>2026-08-05T04:48:37.7298839+04:00</RecordOn>
<ReportedOn>2026-08-05T04:48:37.7298839+04:00</ReportedOn>
<Title>sample string 3</Title>
<UserID>83b89036-0fe6-4ca8-b83d-0ca3701b6005</UserID>
<UserName>sample string 2</UserName>
</NotificationLog>
<NotificationLog>
<Description>sample string 4</Description>
<IsSeen>true</IsSeen>
<NotificationType>5</NotificationType>
<RecordID>91ccf491-eac4-461e-b2a3-2124dd5ab22e</RecordID>
<RecordOn>2026-08-05T04:48:37.7298839+04:00</RecordOn>
<ReportedOn>2026-08-05T04:48:37.7298839+04:00</ReportedOn>
<Title>sample string 3</Title>
<UserID>83b89036-0fe6-4ca8-b83d-0ca3701b6005</UserID>
<UserName>sample string 2</UserName>
</NotificationLog>
</ArrayOfNotificationLog>