Strategy ONE

Accessing and Removing Items from the History List Using the URL API

Accessing the History List

The table below shows the URL parameters used to access the History List using the URL API.

Argument

Description

evt

3018 - historyList

Allows users to access the History List.

src

The page component that handles the action and the event

The sample URL shown below illustrates how to access the History List.

J2EE environment:

http://webserver/MicroStrategy/servlet/mstrWeb?

Server=localhost

&Project=MicroStrategy+Tutorial

&Port=0

&uid=Administrator

&pwd=

&src=mstrWeb.3018

&evt=3018

.NET environment:

http://webserver/MicroStrategy/asp/Main.aspx?

Server=localhost

&Project=MicroStrategy+Tutorial

&Port=0

&uid=Administrator

&pwd=

&src=Main.aspx.3018

&evt=3018

Removing items from the History List

The table below shows the URL parameters used to  remove items from the History List using the URL API.

Argument Description

evt

16002

Allows users to remove Inbox messages.

src

The page component that handles the action and the event

msgIDs

Allows users to specify the list of messages to be removed from the History List. Multiple values can be separated using a comma.

The sample URL shown below illustrates how to remove Items from the History List.

J2EE environment:

http://webserver/MicroStrategy/servlet/mstrWeb?

Server=localhost

&Project=MicroStrategy+Tutorial

&Port=0

&uid=Administrator

&pwd=

&evt=16002

&src=mstrWeb.historyList.inbox.16002

&msgIDs=DCC1965941DA3046FFE050B74321E7E6

.NET environment:

http://webserver/MicroStrategy/asp/Main.aspx?

Server=localhost

&Project=MicroStrategy+Tutorial

&Port=0

&uid=Administrator

&pwd=

&evt=16002

&src=Main.aspx.historyList.inbox.16002

&msgIDs=DCC1965941DA3046FFE050B74321E7E6

See also: