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": "fe5a0e3d-cfbf-4558-8f25-6a206a1d13e3",
"NotificationId": "e0cd06ca-d786-4aea-86f2-3c6e24ece333",
"EventDT": "2025-11-09T08:30:34.40701+00:00",
"ReadDT": "2025-11-09T08:30:34.40701+00:00",
"ProgramId": "bc48aa3d-10d0-4f29-9207-a3cdc4144547",
"ProductId": "f174dc8a-e74f-4d77-b64a-b85e99c031b5",
"AssetId": "44001096-2cc0-4b34-ab9c-c22e4e26063b",
"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": "fe5a0e3d-cfbf-4558-8f25-6a206a1d13e3",
"NotificationId": "e0cd06ca-d786-4aea-86f2-3c6e24ece333",
"EventDT": "2025-11-09T08:30:34.40701+00:00",
"ReadDT": "2025-11-09T08:30:34.40701+00:00",
"ProgramId": "bc48aa3d-10d0-4f29-9207-a3cdc4144547",
"ProductId": "f174dc8a-e74f-4d77-b64a-b85e99c031b5",
"AssetId": "44001096-2cc0-4b34-ab9c-c22e4e26063b",
"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>44001096-2cc0-4b34-ab9c-c22e4e26063b</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2025-11-09T08:30:34.40701+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>fe5a0e3d-cfbf-4558-8f25-6a206a1d13e3</Id>
<NotificationId>e0cd06ca-d786-4aea-86f2-3c6e24ece333</NotificationId>
<ProductId>f174dc8a-e74f-4d77-b64a-b85e99c031b5</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>bc48aa3d-10d0-4f29-9207-a3cdc4144547</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2025-11-09T08:30:34.40701+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
<NotificationDto>
<AssetId>44001096-2cc0-4b34-ab9c-c22e4e26063b</AssetId>
<AssetName>sample string 7</AssetName>
<AssetType>1</AssetType>
<ClientName>sample string 8</ClientName>
<Detail>sample string 4</Detail>
<EventDT>2025-11-09T08:30:34.40701+00:00</EventDT>
<EventType>ProgramCreated</EventType>
<Header>sample string 9</Header>
<Id>fe5a0e3d-cfbf-4558-8f25-6a206a1d13e3</Id>
<NotificationId>e0cd06ca-d786-4aea-86f2-3c6e24ece333</NotificationId>
<ProductId>f174dc8a-e74f-4d77-b64a-b85e99c031b5</ProductId>
<ProductName>sample string 6</ProductName>
<ProgramId>bc48aa3d-10d0-4f29-9207-a3cdc4144547</ProgramId>
<ProgramName>sample string 5</ProgramName>
<ReadDT>2025-11-09T08:30:34.40701+00:00</ReadDT>
<Recipient>sample string 11</Recipient>
<Subject>sample string 10</Subject>
</NotificationDto>
</ArrayOfNotificationDto>