Open this page in the API Guide

ProjectController.SetDefaultTimeDimension Method

Sets the default time dimension for the specified project.

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("DefaultTimeDimension/{id}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult SetDefaultTimeDimension(
	Guid id,
	[FromBodyAttribute] Guid defaultTimeDimensionId,
	Guid? sessionId = null
)

Parameters

id
Type: System.Guid
The ID of the project to update.
defaultTimeDimensionId
Type: System.Guid
The ID of the default time dimension to use, or an empty GUID to use the global default.
sessionId (Optional)
Type: System.Nullable<Guid>
The ID of the current session.

Return Value

Type: ActionResult
See Also