v1.0 REST Endpoints
Codelist/v1.0
The operations from the Codelist/v1.0 category.
-
[Deprecated] Delete an existing codelist - Method: deletePath:
/ec-codelist-svc/rest/v1.0/codelist
-
[Deprecated] Get a codelist for the given code name - Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/code/{name}
-
[Deprecated] Get a codelist matching the given name - Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/{name}
-
[Deprecated] Get all codelist values by codelist ID and data type - Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/{codeId}/code
-
[Deprecated] Get codelist by tag - Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/tag/{tagName}
-
[Deprecated] Get list of all codelists - Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist
-
[Deprecated] Get list of all codelists by codelist type - Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/all
-
[Deprecated] Insert a new codelist - Method: postPath:
/ec-codelist-svc/rest/v1.0/codelist/code
-
[Deprecated] Insert a new codelist with tag - Method: postPath:
/ec-codelist-svc/rest/v1.0/codelist/code/tag
-
[Deprecated] Insert a system-level codelist - Method: postPath:
/ec-codelist-svc/rest/v1.0/codelist
-
[Deprecated] Update an existing codelist - Method: putPath:
/ec-codelist-svc/rest/v1.0/codelist
-
[Deprecated] Update codelist by codelist ID - Method: putPath:
/ec-codelist-svc/rest/v1.0/codelist/code/{codeId}
-
[Deprecated] Update codelist tags by codelist ID - Method: putPath:
/ec-codelist-svc/rest/v1.0/codelist/code/{codeId}/tag
- Associate the Group to the Study
- Method: postPath:
/ec-codelist-svc/rest/v1.0/codelist/groups/study/{studyId}
- Delete an existing codelist using codelist ID
- Method: deletePath:
/ec-codelist-svc/rest/v1.0/codelist/code/{codeId}
- Get a codelist matching the given fieldName, type, data type, isHierarchial and language.
- Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/values/{fieldName}
- Get all codelist tag values by codelist ID and data type
- Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/code/{codeId}/tag
- Insert a new CodeList Group
- Method: postPath:
/ec-codelist-svc/rest/v1.0/codelist/groups
- Retrieve a CodeList group by id
- Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/groups/{groupId}
- Retrieves all CodeList groups
- Method: getPath:
/ec-codelist-svc/rest/v1.0/codelist/groups
- Update codelist with tag values
- Method: putPath:
/ec-codelist-svc/rest/v1.0/codelist/tag
- Updates the CodeList Group by the given id
- Method: putPath:
/ec-codelist-svc/rest/v1.0/codelist/groups/{groupId}