... | ... | @@ -12,5 +12,6 @@ CSpec Registry maintains all the versions of criteria specifications, both curre |
|
|
3. All the versions of a criteria specification, including the corresponding legacy or superseded documents, whichever is applicable.
|
|
|
> `https://cspec.genome.network/cspec/SequenceVariantInterpretaion/id/{cspecId}/version?includeLegacy=true`
|
|
|
> 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) |