Skip to main content

 Services

Web services from /about to /webhooks

checkall publish

/publish/checkall [GET]

Description

Check the status of all publish jobs currently running.

Parameters

NameDescriptionRequiredTypeDefault value
refresh-publisherWhether to refresh the list of jobs from the publish engine (ensures there are no old jobs listed)nobooleanfalse

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.

Created on , last edited on