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": "12ad4f48-f330-44fa-8db8-e376d0f37fbe",
"NotificationId": "5f5c02a7-23ef-4f7f-83e5-14b3cce188ac",
"EventDT": "2026-04-28T02:15:31.458907+00:00",
"ReadDT": "2026-04-28T02:15:31.458907+00:00",
"ProgramId": "9a99db83-27f2-467c-9186-d8f69abdc0b2",
"ProductId": "917113f4-7d1d-477b-a9e1-8c97d75556e3",
"AssetId": "a4aafb45-f123-4e0b-bc60-ed3f8babef18",
"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": "12ad4f48-f330-44fa-8db8-e376d0f37fbe",
"NotificationId": "5f5c02a7-23ef-4f7f-83e5-14b3cce188ac",
"EventDT": "2026-04-28T02:15:31.458907+00:00",
"ReadDT": "2026-04-28T02:15:31.458907+00:00",
"ProgramId": "9a99db83-27f2-467c-9186-d8f69abdc0b2",
"ProductId": "917113f4-7d1d-477b-a9e1-8c97d75556e3",
"AssetId": "a4aafb45-f123-4e0b-bc60-ed3f8babef18",
"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>a4aafb45-f123-4e0b-bc60-ed3f8babef18</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2026-04-28T02:15:31.458907+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>12ad4f48-f330-44fa-8db8-e376d0f37fbe</Id>
<NotificationId>5f5c02a7-23ef-4f7f-83e5-14b3cce188ac</NotificationId>
<ProductId>917113f4-7d1d-477b-a9e1-8c97d75556e3</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>9a99db83-27f2-467c-9186-d8f69abdc0b2</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2026-04-28T02:15:31.458907+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
<NotificationDto>
<AssetId>a4aafb45-f123-4e0b-bc60-ed3f8babef18</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2026-04-28T02:15:31.458907+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>12ad4f48-f330-44fa-8db8-e376d0f37fbe</Id>
<NotificationId>5f5c02a7-23ef-4f7f-83e5-14b3cce188ac</NotificationId>
<ProductId>917113f4-7d1d-477b-a9e1-8c97d75556e3</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>9a99db83-27f2-467c-9186-d8f69abdc0b2</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2026-04-28T02:15:31.458907+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
</ArrayOfNotificationDto>