POST Api/NotificationLog/Get
Request Information
URI Parameters
None.
Body Parameters
NotificationLogParameterName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
None. |
|
SelectedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": "4216f6a6-8f9d-4f11-8325-6c7a78018ba7", "SelectedDate": "2025-07-12T05:22:41.3896308+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-07-12T05:22:41.3896308+04:00</SelectedDate> <UserID>4216f6a6-8f9d-4f11-8325-6c7a78018ba7</UserID> </NotificationLogParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of NotificationLogName | 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": "7a58c073-f2d2-4c02-bd54-ef3d74e9d68e", "UserName": "sample string 2", "Title": "sample string 3", "Description": "sample string 4", "NotificationType": 5, "ReportedOn": "2025-07-12T05:22:41.4685561+04:00", "IsSeen": true, "RecordID": "2d6f6ad5-aa97-449e-927d-ea354c8bf18e", "RecordOn": "2025-07-12T05:22:41.4685561+04:00" }, { "UserID": "7a58c073-f2d2-4c02-bd54-ef3d74e9d68e", "UserName": "sample string 2", "Title": "sample string 3", "Description": "sample string 4", "NotificationType": 5, "ReportedOn": "2025-07-12T05:22:41.4685561+04:00", "IsSeen": true, "RecordID": "2d6f6ad5-aa97-449e-927d-ea354c8bf18e", "RecordOn": "2025-07-12T05:22:41.4685561+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>2d6f6ad5-aa97-449e-927d-ea354c8bf18e</RecordID> <RecordOn>2025-07-12T05:22:41.4685561+04:00</RecordOn> <ReportedOn>2025-07-12T05:22:41.4685561+04:00</ReportedOn> <Title>sample string 3</Title> <UserID>7a58c073-f2d2-4c02-bd54-ef3d74e9d68e</UserID> <UserName>sample string 2</UserName> </NotificationLog> <NotificationLog> <Description>sample string 4</Description> <IsSeen>true</IsSeen> <NotificationType>5</NotificationType> <RecordID>2d6f6ad5-aa97-449e-927d-ea354c8bf18e</RecordID> <RecordOn>2025-07-12T05:22:41.4685561+04:00</RecordOn> <ReportedOn>2025-07-12T05:22:41.4685561+04:00</ReportedOn> <Title>sample string 3</Title> <UserID>7a58c073-f2d2-4c02-bd54-ef3d74e9d68e</UserID> <UserName>sample string 2</UserName> </NotificationLog> </ArrayOfNotificationLog>