... | ... | @@ -14,4 +14,8 @@ CSpec Registry maintains all the versions of criteria specifications, both curre |
|
|
> Example: [https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN032/versionincludeLegacy=true](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN032/version?includeLegacy=true)
|
|
|
|
|
|
By default version endpoints gives the minimum content. To get all the content for all the versions use the query parameter - `detail` with the value `high`. See an example below:
|
|
|
> Example: [https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN032/versionincludeLegacy=true&detail=high](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN032/version?includeLegacy=true&detail=high) |
|
|
> Example: [https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN032/version?includeLegacy=true&detail=high](https://cspec.genome.network/cspec/SequenceVariantInterpretation/id/GN032/version?includeLegacy=true&detail=high)
|
|
|
|
|
|
4. Get all the specification versions by an affilitaion ID and Gene ID. Affiliation ID is the ClinGen ID for a Variant Curation Expert Panel and the Gene ID is the HGNC Gene symbol
|
|
|
> `https://cspec.genome.network/cspec/Organization/id/{orgId}/Gene/id/{geneId}/SequenceVariantInterpretation/version`
|
|
|
> Example: [https://cspec.genome.network/cspec/Organization/id/50021/Gene/id/CDKL5/SequenceVariantInterpretation/version](https://cspec.genome.network/cspec/Organization/id/50021/Gene/id/CDKL5/SequenceVariantInterpretation/version) |