{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
JSON representation of the job
The following table contains description of job definition which may be included in the JSON response of the command /<TaskID>.
Field | Value Type | Description | Import / Execute |
---|---|---|---|
id | string | The ID of the job type | ✳️ |
properties | object | Settings of the job | ✳️ |
conditionproperties | null | If condition is not defined | ✅ |
object | Settings of the condition |
Import and Execute availability legend
-
✅ Optional: can be set or left out
-
✳️ Required: has to be set in order to create a valid job
Example
{ "id": "report", "properties": { "reports": "repo:\/feature\/bars3dchartsample.rpt", "navview": "none", "zoom_type": "zoom", "upass": null, "editable": "false", "pagebreak": null, "zoom": "100%", "pdf_extended": "none", "encoding": "UTF-8", "opass": null, "layout": "multipage", "report.title": "3D Charts", "newline": "windows", "background": "#FFFFFF", "width": null, "pdftags": "false", "pagebreak_type": "line", "export_fmt": "pdf", "prompts": "[]", "height": null, "reports.old": "repo:\/feature\/bars3dchartsample.rpt" }, "conditionproperties": { "template": "notEmptyReport", "formula": null } }