Skip to content

GetSampleTsv

LinZ-GYX edited this page Jul 17, 2025 · 2 revisions

GetSampleTsv

Initiates a download of the TSV file for the provided sample ID for a given pipeline and system version

Request URL:

https://analysis.geneyx.com/api/GetSampleTsv

China Domain:

https://fa.shanyint.com/api/GetSampleTsv

Action:

POST

Payload:

JSON Structure

Requirements

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

Example

{
  "ApiUserId": "enter api user id",
  "ApiUserKey": "enter api user key",
  "SampleSn": "string",
  "VersionSetName": "string",
  "PipelineType": "string"
}

Response

Download of file

Clone this wiki locally