GET api/AccountDetails/GetAlertsByPortalUserID/{portalUserID}/{companyID}/{alertDeliveryPreference}/{viewUnread}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalUserID

string

Required

companyID

integer

Required

alertDeliveryPreference

string

Required

viewUnread

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AlertCustomerMessages
NameDescriptionTypeAdditional information
AlertsRowID

integer

None.

AlertMessageID

integer

None.

BSCustomerId

string

None.

PortalUserID

integer

None.

PortalUsername

string

None.

AlertHeaderText

string

None.

AlertDetailsText

string

None.

SentDateTime

date

None.

ViewDateTime

date

None.

CreatedDate

date

None.

CreatedByUserId

string

None.

IsActive

boolean

None.

ExpireDate

date

None.

LastUpdatedDate

date

None.

LastUpdatedBy

string

None.

Comments

string

None.

AlertDeliveryPreference

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AlertsRowID": 1,
    "AlertMessageID": 2,
    "BSCustomerId": "sample string 3",
    "PortalUserID": 4,
    "PortalUsername": "sample string 5",
    "AlertHeaderText": "sample string 6",
    "AlertDetailsText": "sample string 7",
    "SentDateTime": "2025-05-01T17:13:23.2464571-04:00",
    "ViewDateTime": "2025-05-01T17:13:23.2464571-04:00",
    "CreatedDate": "2025-05-01T17:13:23.2464571-04:00",
    "CreatedByUserId": "sample string 8",
    "IsActive": true,
    "ExpireDate": "2025-05-01T17:13:23.2464571-04:00",
    "LastUpdatedDate": "2025-05-01T17:13:23.2464571-04:00",
    "LastUpdatedBy": "sample string 9",
    "Comments": "sample string 10",
    "AlertDeliveryPreference": "sample string 11"
  },
  {
    "AlertsRowID": 1,
    "AlertMessageID": 2,
    "BSCustomerId": "sample string 3",
    "PortalUserID": 4,
    "PortalUsername": "sample string 5",
    "AlertHeaderText": "sample string 6",
    "AlertDetailsText": "sample string 7",
    "SentDateTime": "2025-05-01T17:13:23.2464571-04:00",
    "ViewDateTime": "2025-05-01T17:13:23.2464571-04:00",
    "CreatedDate": "2025-05-01T17:13:23.2464571-04:00",
    "CreatedByUserId": "sample string 8",
    "IsActive": true,
    "ExpireDate": "2025-05-01T17:13:23.2464571-04:00",
    "LastUpdatedDate": "2025-05-01T17:13:23.2464571-04:00",
    "LastUpdatedBy": "sample string 9",
    "Comments": "sample string 10",
    "AlertDeliveryPreference": "sample string 11"
  }
]