Proxy.ListHistory

Lists users in the proxy history list.

Parameters

Proxy.ListHistory (Required)

Specifies the list proxy history.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Value

Description

Proxy.History.count

Number of users in the proxy history list.

Proxy.History[n].id

Identifier of the user in the proxy history list.

Proxy.History[n].name

Name of the nth user.

Proxy.History[n].email

Email address of the nth user.

Example

<A href="/servlet/webacc?User.context=xyz&action=Proxy.Action
&Proxy.ListHistory="> Proxy History List </A>