Get whole genome view PNG
|
genomeView |
|
|---|---|
|
URL |
/api/v1/genomeView |
|
Description |
Gets the whole genome view PNG image file of the sample or analysis. |
|
Method |
GET |
|
Request query parameters |
|
|
Example request |
|
|
Request headers |
Content-Type: application/x-www-form-urlencoded Authorization:API Token |
Returns
Returns the PNG image file for a whole genome view of the analysis.
Response fields
|
Status code |
Response message |
|---|---|
|
200 |
Successful response |
|
400 |
Bad request |
|
404 |
Not found |
|
401 |
User is not authenticated |
|
500 |
Error occurred |
Curl command
curl -v -k -X GET "https://<server name>/api/v1/genomeView?name=GVRTestSample2&Version=IR54"-H "Content-Type:application/x-www-form-urlencoded" -H "Authorization:YmZkM2YxYjEzMDBmZTI4MDgwMmM5YjIzMGY1MjEyZDMyMGI3ZTU5MmQyZGY4ZmIxZWI5M2ViYzIxZWNhOWU3NQ"
