GetAvailableSubmitTransitions

Description

This service returns all submit transitions for the specified project.

Arguments

Argument Type Description
auth (optional) Auth The Auth type supplies credentials and optionally, a host name for licensing. The userId and password can be specified with HTTP BASIC or WS-SECURITY instead.
project (required) ProjectIdentifier Specifies the project for which all available submit transitions are returned.
attributename (optional) string Returns only transitions that have this transition attribute (see TS_TRANSATTRS for selections). This argument is only used for transitions created via an integration.
options Options Holds name value pairing for future arguments on certain calls.

Response

One or more transitions is returned, though the list can be empty. See the Transition type for more detail.

Usage

The transition or transitions returned is limited by the project you specify.

Faults

XML

The following XML is a snippet of the payload being sent with GetAvailableSubmitTransitions.

<urn:GetAvailableSubmitTransitions>
    <urn:auth>
        <urn:userId>admin</urn:userId>
        <urn:password></urn:password>
        <urn:hostname>localhost</urn:hostname>
    </urn:auth>
    <urn:projectId>6</urn:projectId>
    <urn:attributeName></urn:attributeName>
</urn:GetAvailableSubmitTransitions>