GET pns/messages/{userName}

Allows Parcel Pending vendor to retrieve resident notification preferences

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userName

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns a NotificationPreferences object

Collection of NotificationMessage
NameDescriptionTypeAdditional information
ContactId

Contact Id

string

Max length: 16

Message

PNS Message

string

Max length: 254

Category

Category

string

Max length: 250

Property

string

None.

OneSiteId

string

None.

MessageDate

Resident's home phone

date

Max length: 25

Response Formats

application/json, text/json

Sample:
[
  {
    "ContactId": "sample string 1",
    "Message": "sample string 2",
    "Category": "sample string 3",
    "Property": "sample string 4",
    "OneSiteId": "sample string 5",
    "MessageDate": "2025-05-19T03:27:01.0013025-07:00"
  },
  {
    "ContactId": "sample string 1",
    "Message": "sample string 2",
    "Category": "sample string 3",
    "Property": "sample string 4",
    "OneSiteId": "sample string 5",
    "MessageDate": "2025-05-19T03:27:01.0013025-07:00"
  }
]