Open this page in the API Guide

DataCubeController.IsTenantWarehouseScheduleSupported Method

Checks if the tenant warehouse schedule is supported.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpGetAttribute("IsTenantWarehouseScheduleSupported/{id}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<bool> IsTenantWarehouseScheduleSupported(
	Guid id,
	Guid tenantId,
	Guid? sessionId = null
)

Parameters

id
Type: System.Guid
The ID of the data cube to retrieve along with child reference data cubes.
tenantId
Type: System.Guid
The tenant ID.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

Type: ActionResult<Boolean>
The operation completed successfully. The payload contains a Boolean object.
See Also