GET api/BusinessModules/{businessModuleId}/{stageId}/SubStages
Gets all substages on the stage
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessModuleId |
The Id of the Business module |
globally unique identifier |
Required |
| stageId |
The Id of the stage the substages belong to |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of substages
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.