List all DRS Experiment objects matching an array of submitter_sample_ids. Only authorized for site admins and authzed services.
POST /experiments
POST
/experiments
Authorizations
Request Body
List of submitter sample ids requested
object
submitter_sample_ids
Array<string>
Responses
200
The DrsObjects were found successfully
Array
Any of:
object
experiment_id
MoH submitter_sample_id from a Sample Registration associated with a specimen.
string
program
MoH program ID
string
genomes
An array of associated AnalysisDrsObjects that describe reads, e.g. fastqs.
Array<string>
transcriptomes
An array of associated AnalysisDrsObjects that describe transcriptome data.
Array<string>
variants
An array of associated AnalysisDataDrsObjects that describe variant files.
Array<string>
reads
An array of associated AnalysisDataDrsObjects that describe read files, e.g. bams.
Array<string>