Open this page in the API Guide

SessionController.SetCustomAttributes Method

Sets the custom attributes for the specified session ID.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("CustomAttributes")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult SetCustomAttributes(
	[FromBodyAttribute] SetSessionCustomAttributesOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Models.SetSessionCustomAttributesOptions
The information to be used to set the custom attributes for the session.
sessionId (Optional)
Type: System.Nullable<Guid>
ID of the current session (session must be of a user with high enough permissions to set attributes).

Return Value

Type: ActionResult
See Also