checkall publish
/publish/checkall [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.8107 | 4.9508 | json, xml |
Description
Check the status of all publish jobs currently running.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
refresh-publisher | Whether to refresh the list of jobs from the publish engine (ensures there are no old jobs listed) | no | boolean | false |
Permission
Response
XML returned:
<jobs> <job id="id-1539930152729" username="philipr" group="report-tutorial" started="2018-10-19T17:22:32+11:00" path="/ps/report/tutorial/documents/system_report_2/system_report_2.psml" message="Publish Job started" status="[in-progress|complete|error|cancel]"/> ... </jobs>
Error Handling
No specific errors expected for this service.