GET api/Notifications/GetUserNotifications?email={email}&lid={lid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| lid | string |
Default value is en-GB |
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NotificationId | globally unique identifier |
None. |
|
| EventDT | date |
None. |
|
| ReadDT | date |
None. |
|
| ProgramId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| AssetType | integer |
None. |
|
| EventType | EventType |
None. |
|
| Detail | string |
None. |
|
| ProgramName | string |
None. |
|
| ProductName | string |
None. |
|
| AssetName | string |
None. |
|
| ClientName | string |
None. |
|
| Header | string |
None. |
|
| Subject | string |
None. |
|
| Recipient | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "eada540d-5912-4a8e-a147-2624d766bcff",
"NotificationId": "2a401e72-c0dd-47fe-848d-a9699796b35b",
"EventDT": "2026-03-20T08:37:23.5863873+00:00",
"ReadDT": "2026-03-20T08:37:23.5863873+00:00",
"ProgramId": "57f70670-eec0-412e-a94c-6ad2bd463dc3",
"ProductId": "f3a1a3f0-e693-4cf8-8b11-7c3bcd319c40",
"AssetId": "32f2de96-6e66-42d2-aec8-9961611829de",
"AssetType": 1,
"EventType": 100,
"Detail": "sample string 4",
"ProgramName": "sample string 5",
"ProductName": "sample string 6",
"AssetName": "sample string 7",
"ClientName": "sample string 8",
"Header": "sample string 9",
"Subject": "sample string 10",
"Recipient": "sample string 11"
},
{
"Id": "eada540d-5912-4a8e-a147-2624d766bcff",
"NotificationId": "2a401e72-c0dd-47fe-848d-a9699796b35b",
"EventDT": "2026-03-20T08:37:23.5863873+00:00",
"ReadDT": "2026-03-20T08:37:23.5863873+00:00",
"ProgramId": "57f70670-eec0-412e-a94c-6ad2bd463dc3",
"ProductId": "f3a1a3f0-e693-4cf8-8b11-7c3bcd319c40",
"AssetId": "32f2de96-6e66-42d2-aec8-9961611829de",
"AssetType": 1,
"EventType": 100,
"Detail": "sample string 4",
"ProgramName": "sample string 5",
"ProductName": "sample string 6",
"AssetName": "sample string 7",
"ClientName": "sample string 8",
"Header": "sample string 9",
"Subject": "sample string 10",
"Recipient": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfNotificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KT.BGip.Visualisation.RPMI.Models.Log">
<NotificationDto>
<AssetId>32f2de96-6e66-42d2-aec8-9961611829de</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2026-03-20T08:37:23.5863873+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>eada540d-5912-4a8e-a147-2624d766bcff</Id>
<NotificationId>2a401e72-c0dd-47fe-848d-a9699796b35b</NotificationId>
<ProductId>f3a1a3f0-e693-4cf8-8b11-7c3bcd319c40</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>57f70670-eec0-412e-a94c-6ad2bd463dc3</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2026-03-20T08:37:23.5863873+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
<NotificationDto>
<AssetId>32f2de96-6e66-42d2-aec8-9961611829de</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2026-03-20T08:37:23.5863873+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>eada540d-5912-4a8e-a147-2624d766bcff</Id>
<NotificationId>2a401e72-c0dd-47fe-848d-a9699796b35b</NotificationId>
<ProductId>f3a1a3f0-e693-4cf8-8b11-7c3bcd319c40</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>57f70670-eec0-412e-a94c-6ad2bd463dc3</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2026-03-20T08:37:23.5863873+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
</ArrayOfNotificationDto>