GET api/BusinessModules/{businessModuleId}/stages/{stageModel}
Gets all stages on the businessModule by stage model ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessModuleId |
The Id of the Business module |
globally unique identifier |
Required |
| stageModel |
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.