GET api/v1/staffalertconfigs/notificationevents

Get notification events

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of notification events

StaffAlertsConfigResponseModel
NameDescriptionTypeAdditional information
StaffId

integer

None.

TenantId

string

None.

MobileNumber

string

None.

CallBeforeText

boolean

None.

IsUserOptedIn

boolean

None.

IsMobileValidated

boolean

None.

MobileValidatedDate

date

None.

StaffSubscriptions

Collection of StaffSubscriptionDetail

None.

Response Formats

application/json, text/json

Sample:
{
  "StaffId": 1,
  "TenantId": "sample string 2",
  "MobileNumber": "sample string 3",
  "CallBeforeText": true,
  "IsUserOptedIn": true,
  "IsMobileValidated": true,
  "MobileValidatedDate": "2026-01-02T21:48:46.3474206-06:00",
  "StaffSubscriptions": [
    {
      "NotificationEventId": 1,
      "TransportTypeId": 2
    },
    {
      "NotificationEventId": 1,
      "TransportTypeId": 2
    }
  ]
}