Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Input Parameters

 The GetUserAlerts method needs the following parameters:

GetUserAlerts Input parameters

ClientId

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

SessionKey

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

UserId

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

Template

???

bWriteCache

This a boolean that determines if cache is written or not "True" or "False" respectively.

Returned Parameters

The following parameter will be returned:

Syntax
<GetUserAlertsResult>string</GetUserAlertsResult>

 

 

  • No labels