Retrieve PDF reports by CaseId and ReportId
Retrieve PDF reports by caseId and reportId using the GET operation and the query parameters specified in the request. Your <instance> is based on your region. See Regional Instances to find the instance for your region.
GET https://<domain-name>.<instance> /drs/{apiVersion}/draftreport/case/{caseId}/json
Use the following headers to perform the request
|
Header |
Type |
Description |
|---|---|---|
|
X-Auth-Token (Header) |
String |
The generated API key. To obtain a key, see Generating an API Key. |
|
X-ILMN-Domain (Header) |
String |
The Illumina domain associated with the case. |
|
X-ILMN-Workgroup* (Header) |
String |
The ID of the workgroup associated with the case. Contact Illumina Technical Support to obtain the workgroup ID. |
|
apiVersion* (path) |
String |
The caseSubjectReportTypeId associated with the file. |
|
CaseId* (path) |
String |
The caseId associated with the payload. |
|
reportId * (path) |
String |
The reportId for the query. |
* Parameter is required to compete the request.
