GET api/v1/usernotificationheader/{userNotificationId}

Get a UserNotificationHeaderModel by primary key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userNotificationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

UserNotificationHeaderModel
NameDescriptionTypeAdditional information
UserNotificationId

integer

Required

StartDate

date

Required

ExpirationDate

date

Required

Subject

string

Required

String length: inclusive between 0 and 100

MessageContent

string

Required

IsAllStaffs

boolean

Required

IsAllEmployees

boolean

Required

IsActive

boolean

Required

CreatedBy

string

Required

String length: inclusive between 0 and 50

CreatedOnUtc

date

Required

UserNotificationDetails

Collection of UserNotificationDetailModel

None.

UserNotificationResponses

Collection of UserNotificationResponseModel

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.