Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

GetUserAlerts

...

. This method is available to developers from the Transactions.asmx Web Service. 

Parameters

 

...

GetUserAlerts Input parametersImage Removed

...

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.

template

...

mandatory?????
bWriteCachemandatoryThis a boolean that determines if cache is written or not "True" or "False" respectively.

Returned Parameters

...

Name

Requirement

Description

Returns

Code Block
languagexml
titleSyntax
<GetUserAlertsResult>string</GetUserAlertsResult>

...