JobControllerRunJobs Method

POST /Job/RunMultiple Runs a set jobs.

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("RunMultiple")]
public IActionResult RunJobs(
	[FromBodyAttribute] ICollection<Guid> ids,
	Guid? sessionId = null
)

Parameters

ids
Type: System.Collections.GenericICollectionGuid
The IDs of the jobs to run.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: IActionResult
The Int64 ID of the job run, or a status code indicating the problem.
See Also