v1.0 REST Endpoints

Codelist/v1.0
The operations from the Codelist/v1.0 category.
[Deprecated]: Get a code list for the given code name
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/code/{name}
[Deprecated]: Get all code list values by code list ID and data type
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/{codeId}/code
[Deprecated]: Get code list by code name
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/{name}
[Deprecated]: Get code list by tag
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/tag/{tagName}
[Deprecated]: Get code list matching the given parameters
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/values/{fieldName}
[Deprecated]: Get list of all code lists
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist
[Deprecated]: Get list of all code lists by code list type
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/all
[Deprecated]: Insert a new code in a code list
Method: post
Path: /ec-codelist-svc/rest/v1.0/codelist/code
[Deprecated]: Insert a new code list
Method: post
Path: /ec-codelist-svc/rest/v1.0/codelist
[Deprecated]: Insert code list with tag
Method: post
Path: /ec-codelist-svc/rest/v1.0/codelist/code/tag
[Deprecated]: Update an existing code list
Method: put
Path: /ec-codelist-svc/rest/v1.0/codelist
[Deprecated]: Update code list with tags by code list ID
Method: put
Path: /ec-codelist-svc/rest/v1.0/codelist/code/{codeId}
[Deprecated]: Update tags for an existing code list
Method: put
Path: /ec-codelist-svc/rest/v1.0/codelist/code/{codeId}/tag
Associate group to study
Method: post
Path: /ec-codelist-svc/rest/v1.0/codelist/groups/study/{studyId}
Create copy of code list by given ID and name
Method: post
Path: /ec-codelist-svc/rest/v1.0/codelist/code/copy/{codeId}
Export code list values to file
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/values/export/{codeId}
Get all code list groups
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/groups
Get all code list tag values by code list ID and data type
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/code/{codeId}/tag
Get all code lists matching a given study ID and code ID
Method: get
Path: /ec-codelist-svc/rest/v1.0/history/codes
Get all code lists matching a given study ID, code ID and language
Method: get
Path: /ec-codelist-svc/rest/v1.0/history/codevalues
Get code list group by ID
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/groups/{groupId}
Get historical code list groups
Method: get
Path: /ec-codelist-svc/rest/v1.0/history/groups
Get historical code lists by name
Method: get
Path: /ec-codelist-svc/rest/v1.0/codelist/search
Insert code list group
Method: post
Path: /ec-codelist-svc/rest/v1.0/codelist/groups
Update code list group by ID
Method: put
Path: /ec-codelist-svc/rest/v1.0/codelist/groups/{groupId}
Update code list with tag values
Method: put
Path: /ec-codelist-svc/rest/v1.0/codelist/tag