DataCubeControllerGetSchedule Method

Gets the schedule for the data cube.

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("Schedule/{id}")]
[ProducesResponseTypeAttribute(404)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
[ProducesResponseTypeAttribute(504)]
public ActionResult<ScheduleRuleData> GetSchedule(
	Guid id,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the data cube to get the schedule for.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: ActionResultScheduleRuleData
The operation completed successfully. The payload contains a ScheduleRuleData object.
See Also