CTS2-LE REST API: Read Value Set Definitions
A general note on value sets (vs) and value set definitions (vsd):
The underlying implementation of the CTS2 information model identifies a vs by its uri only. A specific definition of a vsd will then have its own name (resourceID wrt. the information model) and a versionId. A vsd can be uniquely identified by the pair of versionOf and versionId. Since the resourceID is a system intern identifier, using it as a path parameter to identify a vsd is not suitable. Because of that any call that
a.) tries to reference a vs by its name rather than by its uri (versionOf) or
b.) tries to reference a vsd without specifying the version id and the uri
will result in an exception.
Response format and language may be controlled either by a Query Parameter: ?referencelanguage={language} or ?format={format} OR by the HTTP 'Accept' and 'Accept-Language' Header Parameters. Query OR Header parameters will both the accepted as valid, however, the Query parameters will ALWAYS take precedence over the Header parameters, if both are present.
Currently, we only support application/xml as format. The language attribute will be ignored.
Root-URL: /WebCts2LE/rest/