GET api/NotificationDetails/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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-06T09:54:49.970329+05:30",
  "NotificationTime": "sample string 5",
  "OrderId": 1,
  "CreatedDate": "2025-12-06T09:54:49.970329+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-06T09:54:49.970329+05:30",
  "UpdatedBy": 1,
  "NotificationFor": "sample string 6",
  "NotificationForId": 1
}

application/xml, text/xml

Sample:
<NotificationDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNGroup.Models">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-12-06T09:54:49.970329+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-06T09:54:49.970329+05:30</NotificationeDate>
  <OrderId>1</OrderId>
  <TextMessage>sample string 4</TextMessage>
  <Title>sample string 3</Title>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-06T09:54:49.970329+05:30</UpdatedDate>
</NotificationDetail>