v2.0 REST Endpoints
Codelist/v2.0
The operations from the Codelist/v2.0 category.
-
[Deprecated]: Get a code list matching the given code name in the payload - Method: getPath:
/ec-codelist-svc/rest/v2.0/codelist
-
[Deprecated]: Get all historic code lists for a given code name - Method: getPath:
/ec-codelist-svc/rest/v2.0/codelist/history/{name}
-
[Deprecated]: Get code list by code namematching the given code name. - Method: getPath:
/ec-codelist-svc/rest/v2.0/codelist/{name}
-
[Deprecated]: Get code list matching the given parameters - Method: getPath:
/ec-codelist-svc/rest/v2.0/codelist/values/{fieldName}
-
[Deprecated]: Insert a new code in a code list - Method: postPath:
/ec-codelist-svc/rest/v2.0/codelist/code
-
[Deprecated]: Insert a new code list - Method: postPath:
/ec-codelist-svc/rest/v2.0/codelist
-
[Deprecated]: Update an existing code list - Method: putPath:
/ec-codelist-svc/rest/v2.0/codelist
-
[Deprecated]: Update code list with tags by code list ID - Method: putPath:
/ec-codelist-svc/rest/v2.0/codelist/code/{codeId}
- Get list of all code lists by code list type
- Method: getPath:
/ec-codelist-svc/rest/v2.0/codelist/all