JobControllerRunJob Method

POST /Job/Run/{id} Runs a job.

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("Run")]
public IActionResult RunJob(
	Guid id,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
ID of the job 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