TimeDimensionControllerGetDefaultTimeHierarchy Method

GET /TimeDimension/DefaultHierarchy/ Gets the default time hierarchy.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("DefaultHierarchy")]
public HttpResponseMessage GetDefaultTimeHierarchy(
	Nullable<Guid> projectId = null,
	Nullable<Guid> sessionId = null
)

Parameters

projectId (Optional)
Type: SystemNullableGuid
The project ID to use to get the default time hierarchy.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A HierarchyData object containing the default time hierarchy, or a status code indicating the problem.
See Also