/{version}/projects/{limsid}/samplesheet
The following operations are supported on this resource:
POST
Uploads and parses a sample sheet file, and attach samples to a project.
The request must have a Content-Type of multipart/form-data.
The request payload must have a single form-data field named 'file' which contains the sample sheet file to be uploaded.
An example upload using the curl command:
curl -F file=@samplesheet.xlsx -u username:password https://localhost/api/v2/projects/BOS2/samplesheet
Parameters
name | description | type | default |
---|---|---|---|
limsid | The LIMS ID of the project to which the samples are attached. | path |
Output Payload
element | produceable content type(s) |
---|---|
(custom) |
|
description | |
When the sample sheet is successfully uploaded, the system returns an HTTP 200 (OK) code. |