DesignerListAllWorkV1

The DesignerListAllWorkV1 call returns a list of all Changesets in a project that are under the control of an external workflow as base-64 encoded XML, optionally showing inactive Changesets.

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

Field Type Description
project repositoryobjectname The name of the project.
listinactive boolean Optional. When set to true, the response also contains inactive (deactivated or published) Changesets. Defaults to false.

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

Field Type Description
allwork base64Binary A base-64 encoded XML listing all Changesets in the project, optionally showing inactive ones.

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