Open this page in the API Guide

ViewController<T>.TrackUsage Method

Tracks the usage for the view provided. If the session and client ID are not provided, the current cookie values are used.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPutAttribute("TrackUsage/{id}")]
[ProducesResponseTypeAttribute(440)]
public ActionResult TrackUsage(
	Guid id,
	Guid? sessionId = null,
	Guid? clientId = null
)

Parameters

id
Type: System.Guid
The ID of the view to track the usage for.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.
clientId (Optional)
Type: System.Nullable<Guid>
The client ID.

Return Value

Type: ActionResult
See Also