/{version}/configuration/workflows/{workflowid}/stages/{stageid}
The following operations are supported on this resource:
GET
GET accesses a single stage in a workflow, giving specific details for the stage.
An example of a returned <stage> is as follows:
<stg:stage xmlns:stg="http://genologics.com/ri/stage" index="10" name="Denature, Dilute and Load Sample (MiSeq) 4.0" uri="http://localhost:8090/api/v2/configuration/workflows/1/stages/11">
<workflow uri="http://localhost:8090/api/v2/configuration/workflows/1"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/8"/>
<step uri="http://localhost:8090/api/v2/configuration/protocols/8/steps/42"/>
</stg:stage>
Parameters
name | description | type | default |
---|---|---|---|
stageid | the stage ID of the stage we wish to access | path | |
workflowid | the workflow ID of the stage | path |
Output Payload
element | produceable content type(s) |
---|---|
stage (XML) |
|
description | |
xml representation of the stage |