-
Notifications
You must be signed in to change notification settings - Fork 9
GetSampleTsv
LinZ-GYX edited this page Jul 17, 2025
·
2 revisions
Initiates a download of the TSV file for the provided sample ID for a given pipeline and system version
https://analysis.geneyx.com/api/GetSampleTsv
https://fa.shanyint.com/api/GetSampleTsv
POST
JSON Structure
| Category | Parameter | Description | Required |
| Auth | ApiUserId | The API user Id | Yes |
| ApiUserKey | The API user key | Yes | |
| Sample | SampleSn | Sample ID, name given to the VCF file | Yes |
| Sample | PipelineType | type of pipeline the sample was processed (e.g. SNV) | Yes |
| Sample | VersionSetName | The version of the system the sample was processed with (e.g. v6.0) | Yes |
{
"ApiUserId": "enter api user id",
"ApiUserKey": "enter api user key",
"SampleSn": "string",
"VersionSetName": "string",
"PipelineType": "string"
}
Download of file