Open this page in the API Guide

ViewController<T>.TrackUsages Method

Tracks the usages for the views 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("TrackUsages")]
[ProducesResponseTypeAttribute(440)]
public ActionResult TrackUsages(
	[FromBodyAttribute] Guid[] ids,
	Guid? sessionId = null,
	Guid? clientId = null
)

Parameters

ids
Type:System.Guid[]
The IDs of the views to track the usages 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