Retrieves a list of workflow parameters.
Resource URL
GET http://localhost:8888/seqware-webservice/workflowparams
Parameters
- id
- Returns the WorkflowParam with the given id (primary key, not SWID, since workflow parameters do not have SWIDs).
Example Requests
http://localhost:8888/seqware-webservice
Code Block