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