Report URL - geneyx/geneyx.analysis.api GitHub Wiki
The report URL api is used to download a report by the report filename returned by the report list API.
https://analysis.geneyx.com/api/ReportUrl?fileName=xxx
https://fa.shanyint.com/api/ReportUrl?fileName=xxx
POST
JSON structure
Category | Parameter | Description | Required |
Auth | ApiUserId | The API user Id | Yes |
ApiUserKey | The API user key | Yes | |
URL | fileName | This is the ReportFileURL generated by the ReportList script. | Yes |
{ "fileName": "II220818112106 - Single Sample Analysis - 220818_1722.pdf", "ApiUserId": "enter api user id", "ApiUserKey": "enter api user key" }
{ "Code": "success", "Data": { "fileUrl": "https://geneyx4labs.blob.core.windows.net/reports/a8b38880-ac84-4e2b-8f8a-11878d13af1c/II220818112106 - Single Sample Analysis - 220818_1722.pdf?sv=2015-04-05&sr=b&sig=fvwsI7VSt3F6NPM0S1qHQ%2Fel2yymgjLhV%2F0l1iUpeUg%3D&st=2022-08-18T20%3A42%3A16Z&se=2022-08-19T00%3A47%3A16Z&sp=r" }, "Info": null, "MoreInfo": null, "NeedEval": false }