Retrieve Association for the Association ID
Retrieve the association for the association id using the GET option. Your <instance> is based on your region. See Regional Instances to find the instance for your region.
GET https://< domain-name >.< instance >/kns/{apiVersion}/association/{associationId}

The following headers are required 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. |
apiVersion (Header) |
String |
|
associationId |
String |
|

Use the following cURL.
curl -X GET "https://ilmn-demo.trusight.illumina.com/kns/2.6/association/8176767d"
-H "accept: */*"