Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Application Calls → GetAvailableSubmitTransitions
This service returns all submit transitions for the specified project.
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. |
One or more transitions is returned, though the list can be empty. See the Transition type for more detail.
The transition or transitions returned is limited by the project you specify.
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>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.