Retrieves a list of workflows.
Resource URL
GET http://localhost:8888/seqware-webservice/workflows
Parameters
- id
- Returns the Workflow with the given id (primary key, not SWID)
name
- Returns the Workflow(s) with the given name
version
- Must be used in combination with the “name” parameter. Returns the named workflow with the given version.
Example Requests
http://localhost:8888/seqware-webservice
Code Block