GET api/Entity/{businessModuleId}/StageFields/{entityId}/{stageId}/{stageModelId}

Returns the fields for a specific stage for a entity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
businessModuleId

The Id of the business module

globally unique identifier

Required

entityId

The id of the entity

integer

Required

stageId

The Id of the stage

string

Required

stageModelId

The Id of the stage model

string

Required

Body Parameters

None.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.