Get link to a final report
|
finalreport |
|
|---|---|
|
URL |
/api/v1/finalreport |
|
Description |
Gets the analysis details and returns links to the final report. Returns a JSON object that contains download information. |
|
Method |
GET |
|
Request query parameters |
|
|
Example request |
|
|
Request headers |
Content-Type: application/x-www-form-urlencoded Authorization:API Token |
|
Authorization |
API Token |
|
Returns |
|
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/finalreport?format=json&name=BRCA_Plus_RR_jul29&type=analysis&start_date=2016-07-25&end_date=2016-07-31" -H "Content-Type:application/x-www-form-urlencoded" -H "Authorization:NDliYmU0OWE4MzA3YmE2MWVmMjhlZTlhOTEyMmE5ODM0NzU3NjQ4OGM5NzVjODU3YjdlMWM4Mjk3OGYzODE4Yw"
