GET api/Notifications/GetUserNotifications?email={email}&lid={lid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Required

lid

string

Default value is en-GB

Body Parameters

None.

Response Information

Resource Description

Collection of NotificationDto
NameDescriptionTypeAdditional 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": "0a5780c3-415f-49a4-b6d5-4108cc8951c6",
    "NotificationId": "c74009fd-b0f7-41de-9db9-692a08d64332",
    "EventDT": "2025-04-03T07:48:06.2010918+00:00",
    "ReadDT": "2025-04-03T07:48:06.2010918+00:00",
    "ProgramId": "4660d40d-ac82-43b1-868c-4885c866376d",
    "ProductId": "07f1fccb-362d-4c09-a3f5-d692c5200982",
    "AssetId": "66b1dda9-ed70-484f-9c71-4250cc6b3cc1",
    "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": "0a5780c3-415f-49a4-b6d5-4108cc8951c6",
    "NotificationId": "c74009fd-b0f7-41de-9db9-692a08d64332",
    "EventDT": "2025-04-03T07:48:06.2010918+00:00",
    "ReadDT": "2025-04-03T07:48:06.2010918+00:00",
    "ProgramId": "4660d40d-ac82-43b1-868c-4885c866376d",
    "ProductId": "07f1fccb-362d-4c09-a3f5-d692c5200982",
    "AssetId": "66b1dda9-ed70-484f-9c71-4250cc6b3cc1",
    "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>66b1dda9-ed70-484f-9c71-4250cc6b3cc1</AssetId>
    <AssetName>sample string 7</AssetName>
    <AssetType>1</AssetType>
    <ClientName>sample string 8</ClientName>
    <Detail>sample string 4</Detail>
    <EventDT>2025-04-03T07:48:06.2010918+00:00</EventDT>
    <EventType>ProgramCreated</EventType>
    <Header>sample string 9</Header>
    <Id>0a5780c3-415f-49a4-b6d5-4108cc8951c6</Id>
    <NotificationId>c74009fd-b0f7-41de-9db9-692a08d64332</NotificationId>
    <ProductId>07f1fccb-362d-4c09-a3f5-d692c5200982</ProductId>
    <ProductName>sample string 6</ProductName>
    <ProgramId>4660d40d-ac82-43b1-868c-4885c866376d</ProgramId>
    <ProgramName>sample string 5</ProgramName>
    <ReadDT>2025-04-03T07:48:06.2010918+00:00</ReadDT>
    <Recipient>sample string 11</Recipient>
    <Subject>sample string 10</Subject>
  </NotificationDto>
  <NotificationDto>
    <AssetId>66b1dda9-ed70-484f-9c71-4250cc6b3cc1</AssetId>
    <AssetName>sample string 7</AssetName>
    <AssetType>1</AssetType>
    <ClientName>sample string 8</ClientName>
    <Detail>sample string 4</Detail>
    <EventDT>2025-04-03T07:48:06.2010918+00:00</EventDT>
    <EventType>ProgramCreated</EventType>
    <Header>sample string 9</Header>
    <Id>0a5780c3-415f-49a4-b6d5-4108cc8951c6</Id>
    <NotificationId>c74009fd-b0f7-41de-9db9-692a08d64332</NotificationId>
    <ProductId>07f1fccb-362d-4c09-a3f5-d692c5200982</ProductId>
    <ProductName>sample string 6</ProductName>
    <ProgramId>4660d40d-ac82-43b1-868c-4885c866376d</ProgramId>
    <ProgramName>sample string 5</ProgramName>
    <ReadDT>2025-04-03T07:48:06.2010918+00:00</ReadDT>
    <Recipient>sample string 11</Recipient>
    <Subject>sample string 10</Subject>
  </NotificationDto>
</ArrayOfNotificationDto>