Skip to main content

 Services

Web services from /about to /webhooks

checkall group publish

/groups/{group}/publish/checkall [GET]

Description

Status of group publish jobs.

Loads the status of all the publisher jobs for a group.

The jobs currently in the list are loaded.

The connection to the Publish Engine is made using the property publishEngineUrl from the configuration file global.properties.

The log files are stored under the following location: /WEB-INF/state/logs/publisher .

Parameters

No parameters required.

Permission

This service requires manager or higher.

Response

<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.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