/
Get User Alerts

Get User Alerts

In order to retrieve new alerts for a user you need to call the GetUserAlerts method. This will return any new alerts that have been generated since the last time. This method is available to developers from the Transaction.asmx Web Service. 

Parameters

 

clientid

mandatory

This is the id for the client that was returned by the CreateSessionKey method.

sessionKey

mandatory

This is the SessionKey for the client that was returned by the CreateSessionKey method.

userId

mandatory

This is the unique user id for the user as stored in the My Alerts database and is returned by the AuthenticateUser method.

templatemandatoryEmail notification template. This is the html template file containing tags that will be replaced with appropriate values.
bWriteCachemandatoryThis a boolean that determines if cache is written or not "True" or "False" respectively.

Name

Requirement

Description

 

Returns

Syntax
<GetUserAlertsResult>string</GetUserAlertsResult>

 

GetUserAlertsResult

This is the alert text which is normally sent to the user via email.

Related content

Retrieve User Details
Retrieve User Details
More like this
Login a User
Login a User
More like this
Get User Session Key
Get User Session Key
More like this
My Alerts Transaction Web Service
My Alerts Transaction Web Service
More like this
My Alerts Web Services
My Alerts Web Services
More like this
Authenticate a My Alerts User
Authenticate a My Alerts User
More like this