/{version}/configuration/workflows
The following operations are supported on this resource:
Displays a list of workflows stored in the system.
An example of returned <workflows> is as follows:
<wkfcnf:workflows xmlns:wkfcnf="http://genologics.com/ri/workflowconfiguration">
<workflow status="PENDING" uri="http://localhost:8080/api/v2/configuration/workflows/1" name="Nextera DNA for HiSeq"/>
<workflow status="ACTIVE" uri="http://localhost:8080/api/v2/configuration/workflows/2" name="Nextera DNA for MiSeq"/>
</wkfcnf:workflows>
When submitting a GET request, you can use the following query parameters to filter the results.
For more information about using query parameters, please refer to the Filtering list resources section under REST General Concepts.
Parameters
name |
description |
type |
default |
name |
Displays workflows with a name that matches the specified value.
|
query |
|
Output Payload
element |
produceable content type(s) |
workflows (XML)
|
|
description |
The system returns a response that includes a list of workflows and URI links. |