DesignerGetWorkStateV1

With the DesignerGetWorkStateV1 call, you can retrieve the current status of a Changeset.

The request requires the following fields next to the standard fields.

Field Type Description
project repositoryobjectname The name of the project with the Changeset.
name repositoryobjectname The name of the Changeset.

The response contains the following field in addition to the standard fields.

Field Type Description
state workstate The status of the Changeset. Can be one of the following statuses: In development, Under review, Approved, Published, or Deactivated.

In case of an error, the response contains a SOAP Fault structure.