[Deprecated]: Get all code list values by code list ID and data type
get
/ec-codelist-svc/rest/v1.0/codelist/{codeId}/code
Deprecated: Retrieves a list of all code list values matching the given code list ID and by data type.
Request
Path Parameters
-
codeId(required): string
ID of the codelist (depending on 'type' parameter, id can be used as uuid, code name, or tag)
Query Parameters
-
dataType: string
Data Type. Allowed values are current, history. Default is current.
-
mode(required): string
Mode of the study. Allowed values are active, test and training
-
studyId(required): string
ID of the study
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Nested Schema : code
Type:
object
Nested Schema : items
Type:
object
400 Response
Missing required field (codeId).
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object
500 Response
Internal server error
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object