v3.0 REST Endpoints

Codelist/v3.0
The operations from the Codelist/v3.0 category.
[Deprecated]: Get code list by code name
Method: get
Path: /ec-codelist-svc/rest/v3.0/codelist/{name}
[Deprecated]: Get list of all code lists by code list type
Method: get
Path: /ec-codelist-svc/rest/v3.0/codelist
Get code list matching the given parameters
Method: get
Path: /ec-codelist-svc/rest/v3.0/codelist/values/{fieldName}
Insert a new code in a code list
Method: post
Path: /ec-codelist-svc/rest/v3.0/codelist/code
Update code list with tags by code list ID
Method: put
Path: /ec-codelist-svc/rest/v3.0/codelist/code/{codeId}