Retrieves a list of samples
Resource URL
GET http://localhost:8888/seqware-webservice/samples
Parameters
- title
- Returns the Sample with the given title (most samples have names, all samples have titles)
name
- Returns the Sample with the given name (most samples have names, all samples have titles)
Example Requests
http://localhost:8888/seqware-webservice
Code Block