GET api/Notifications/GetUserNotifications?email={email}&lid={lid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| 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": "bc4b8e86-4dc0-4f60-96d3-e4771ed97f93",
"NotificationId": "04b5e925-6e5e-4fe5-8382-5bf17d7649b1",
"EventDT": "2025-11-19T11:17:26.9046518+00:00",
"ReadDT": "2025-11-19T11:17:26.9046518+00:00",
"ProgramId": "32072ddb-759a-4451-abe3-92ef410bfec9",
"ProductId": "76bd0143-2d2e-4006-8f81-67c4fc660488",
"AssetId": "651049f6-febc-4289-aab5-6365964c0154",
"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": "bc4b8e86-4dc0-4f60-96d3-e4771ed97f93",
"NotificationId": "04b5e925-6e5e-4fe5-8382-5bf17d7649b1",
"EventDT": "2025-11-19T11:17:26.9046518+00:00",
"ReadDT": "2025-11-19T11:17:26.9046518+00:00",
"ProgramId": "32072ddb-759a-4451-abe3-92ef410bfec9",
"ProductId": "76bd0143-2d2e-4006-8f81-67c4fc660488",
"AssetId": "651049f6-febc-4289-aab5-6365964c0154",
"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>651049f6-febc-4289-aab5-6365964c0154</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2025-11-19T11:17:26.9046518+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>bc4b8e86-4dc0-4f60-96d3-e4771ed97f93</Id>
<NotificationId>04b5e925-6e5e-4fe5-8382-5bf17d7649b1</NotificationId>
<ProductId>76bd0143-2d2e-4006-8f81-67c4fc660488</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>32072ddb-759a-4451-abe3-92ef410bfec9</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2025-11-19T11:17:26.9046518+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
<NotificationDto>
<AssetId>651049f6-febc-4289-aab5-6365964c0154</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2025-11-19T11:17:26.9046518+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>bc4b8e86-4dc0-4f60-96d3-e4771ed97f93</Id>
<NotificationId>04b5e925-6e5e-4fe5-8382-5bf17d7649b1</NotificationId>
<ProductId>76bd0143-2d2e-4006-8f81-67c4fc660488</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>32072ddb-759a-4451-abe3-92ef410bfec9</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2025-11-19T11:17:26.9046518+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
</ArrayOfNotificationDto>