/{version}/configuration/protocols
The following operations are supported on this resource:
Displays a list of stored Protocols in the system.
An example of returned <protocols> is as follows:
<protcnf:protocols xmlns:protcnf="http://genologics.com/ri/protocolconfiguration">
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/1" name="RNA Initial QC"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/13" name="Preconfig Minimum Steps"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/7" name="TruSeq Amplicon Library Prep"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/4" name="Nextera DNA Library Prep"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/2" name="TruSeq RNA Library Prep"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/5" name="TruSeq DNA Library Prep"/>
</protcnf:protocols>
Parameters
name |
description |
type |
default |
name |
the name of the protocol to get
|
query |
|
Output Payload
element |
produceable content type(s) |
protocols (XML)
|
|
description |
The system returns a response that includes a list of protocol and URI links, starting from the start-index offset. |