GET api/Notifications/GetNotifications?EmployeeId={EmployeeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmployeeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PropertyOneSignalNotificationDTO
NameDescriptionTypeAdditional information
Id

integer

None.

AccountId

integer

None.

ScheduleId

integer

None.

ScheduleDateId

integer

None.

ScheduleDate

string

None.

EmployeeId

integer

None.

NotificationType

integer

None.

NotificationHeader

string

None.

NotificationContent

string

None.

Active

boolean

None.

CreateUser

integer

None.

CreateDate

date

None.

UpdateUser

integer

None.

UpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "AccountId": 1,
    "ScheduleId": 1,
    "ScheduleDateId": 1,
    "ScheduleDate": "sample string 1",
    "EmployeeId": 1,
    "NotificationType": 1,
    "NotificationHeader": "sample string 2",
    "NotificationContent": "sample string 3",
    "Active": true,
    "CreateUser": 1,
    "CreateDate": "2025-12-20T01:39:01.7224732-08:00",
    "UpdateUser": 1,
    "UpdateDate": "2025-12-20T01:39:01.7224732-08:00"
  },
  {
    "Id": 1,
    "AccountId": 1,
    "ScheduleId": 1,
    "ScheduleDateId": 1,
    "ScheduleDate": "sample string 1",
    "EmployeeId": 1,
    "NotificationType": 1,
    "NotificationHeader": "sample string 2",
    "NotificationContent": "sample string 3",
    "Active": true,
    "CreateUser": 1,
    "CreateDate": "2025-12-20T01:39:01.7224732-08:00",
    "UpdateUser": 1,
    "UpdateDate": "2025-12-20T01:39:01.7224732-08:00"
  }
]