JobControllerClearOldJobs Method

POST /Job/ClearOldJobs/ Clears all the old jobs before a specified date.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("ClearOldJobs")]
public IActionResult ClearOldJobs(
	[FromBodyAttribute] GetJobsOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsGetJobsOptions
A GetJobsOptions object containing the before date.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
A status code indicating success or an error message.
See Also