GET api/NotificationDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NotificationDetail
NameDescriptionTypeAdditional information
NotificationDetailId

integer

None.

NotificationType

string

None.

Title

string

None.

TextMessage

string

None.

NotificationeDate

date

None.

NotificationTime

string

None.

OrderId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

NotificationFor

string

None.

NotificationForId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NotificationDetailId": 1,
    "NotificationType": "sample string 2",
    "Title": "sample string 3",
    "TextMessage": "sample string 4",
    "NotificationeDate": "2025-12-06T10:00:06.4027096+05:30",
    "NotificationTime": "sample string 5",
    "OrderId": 1,
    "CreatedDate": "2025-12-06T10:00:06.4027096+05:30",
    "CreatedBy": 1,
    "UpdatedDate": "2025-12-06T10:00:06.4027096+05:30",
    "UpdatedBy": 1,
    "NotificationFor": "sample string 6",
    "NotificationForId": 1
  },
  {
    "NotificationDetailId": 1,
    "NotificationType": "sample string 2",
    "Title": "sample string 3",
    "TextMessage": "sample string 4",
    "NotificationeDate": "2025-12-06T10:00:06.4027096+05:30",
    "NotificationTime": "sample string 5",
    "OrderId": 1,
    "CreatedDate": "2025-12-06T10:00:06.4027096+05:30",
    "CreatedBy": 1,
    "UpdatedDate": "2025-12-06T10:00:06.4027096+05:30",
    "UpdatedBy": 1,
    "NotificationFor": "sample string 6",
    "NotificationForId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfNotificationDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNGroup.Models">
  <NotificationDetail>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-12-06T10:00:06.4027096+05:30</CreatedDate>
    <NotificationDetailId>1</NotificationDetailId>
    <NotificationFor>sample string 6</NotificationFor>
    <NotificationForId>1</NotificationForId>
    <NotificationTime>sample string 5</NotificationTime>
    <NotificationType>sample string 2</NotificationType>
    <NotificationeDate>2025-12-06T10:00:06.4027096+05:30</NotificationeDate>
    <OrderId>1</OrderId>
    <TextMessage>sample string 4</TextMessage>
    <Title>sample string 3</Title>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2025-12-06T10:00:06.4027096+05:30</UpdatedDate>
  </NotificationDetail>
  <NotificationDetail>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-12-06T10:00:06.4027096+05:30</CreatedDate>
    <NotificationDetailId>1</NotificationDetailId>
    <NotificationFor>sample string 6</NotificationFor>
    <NotificationForId>1</NotificationForId>
    <NotificationTime>sample string 5</NotificationTime>
    <NotificationType>sample string 2</NotificationType>
    <NotificationeDate>2025-12-06T10:00:06.4027096+05:30</NotificationeDate>
    <OrderId>1</OrderId>
    <TextMessage>sample string 4</TextMessage>
    <Title>sample string 3</Title>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2025-12-06T10:00:06.4027096+05:30</UpdatedDate>
  </NotificationDetail>
</ArrayOfNotificationDetail>