... | ... | @@ -27,6 +27,30 @@ By default version endpoints gives the minimum content. To get all the content f |
|
|
> This will list all the version specific guidelines for a given gene, the latest being the first in the list
|
|
|
> Example https://cspec.genome.network/cspec/Gene/id/GATM/SequenceVariantInterpretation/version
|
|
|
|
|
|
```
|
|
|
{
|
|
|
"data": [
|
|
|
{
|
|
|
"@id": "https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN025/version/1.1.0"
|
|
|
},
|
|
|
{
|
|
|
"@id": "https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN025/version/1.0.0"
|
|
|
}
|
|
|
],
|
|
|
"metadata": {
|
|
|
"rendered": {
|
|
|
"by": "https://cspec.genome.network/cspec/srvc",
|
|
|
"when": "2023-10-04T14:57:48.110Z"
|
|
|
}
|
|
|
},
|
|
|
"status": {
|
|
|
"code": 200,
|
|
|
"name": "OK"
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
Note: The corresponding CSpec Registry Version specific UI link is https://cspec.genome.network/cspec/ui/svi/doc/GN025?version=1.1.0
|
|
|
|
|
|
To get the full content use the query string parameter _detail_. Default is low. You can get the full content in the payload by using _detail=high_
|
|
|
> Example https://cspec.genome.network/cspec/Gene/id/GATM/SequenceVariantInterpretation/version?detail=high
|
|
|
> Note: This will list all the specifications across expert panels, if any
|
... | ... | |