GET api/BusinessModules/{id}/SubStages?subStagesTermSetId={subStagesTermSetId}&stageId={stageId}
Gets the Substages for a given Stage on the Business Module with the specified id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the Business Module |
globally unique identifier |
Required |
| subStagesTermSetId |
The id of the Term Set in TermStore to retrive Substages from |
globally unique identifier |
Required |
| stageId |
The id of a Stage in the Stage Model |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of Substages for the given Stage.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.