Get notification list associated with an employee
Retrieve a list of notifications associated with a specific employee, identified by their unique TPA ID, Employer ID, and Participant ID. This endpoint is useful for accessing communication records relevant to the employee's account.
-
tpaId string Required
A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.
-
employerId string Required
Unique identifier for the employer. Note: When the employer was created, WealthCare Admin assigned the 3-character prefix; you assigned the remaining characters.
-
participantId string Required
Unique identifier for the participant whose features are being queried.
-
decrypt integer <int32>
Indicate if the URI parameters are encrypted or not. Use 1 for encrypted and 0 for decrypted; defaults to 0 if not specified.
-
array <object>
-
CommunicationVersion integer <int32>
Communication Version. 1 = Legacy Communication, 2 = Premium Communication
-
PreventOptOut integer <int32>
Prevent Opt Out. Option to prevent the participant to opt out from receiving the communication. 1 = Enabled, 0 = Disabled
-
TpaId string
A unique identifier used to identify your admin instance. This value was system generated with the admin instance was created.
-
EmprId string
Unique identifier for the employer. Note: When the employer was created, WealthCare Admin assigned the 3-character prefix; you assigned the remaining characters.
-
EmployeeId string
Employee Id
-
DeliveryMethods array <object>
Delivery Methods
-
MethodName string
Method Name. Possible delivery methods are: Email, Mobile, None.
-
IsSelected boolean
Is Selected. True or False depending on if participant has selected this Delivery Method.
-
-
CustTempType integer <int32>
Custom Template Type
-
CustTempName string
Custom Template Name
-
CustTempDesc string
Custom Template Description
-
CustTempOptions integer <int64>
Custom Template Options. Bit flags for custom options set on the communication template in WCA.
-