GET api/Entity/{businessModuleId}/AvailableStartStages/{sourceEntityItemId}

Returns AvailableStartStages for a new Entity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
businessModuleId

The Id of the business module

globally unique identifier

Required

sourceEntityItemId

The id of the source item, if this was executed from a copy entity flow. Leave blank if not a copy flow

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns a JSON object of Available Start Stages and Model status

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.