[Deprecated]: v1.0
get
/ec-codelist-svc/rest/v1.0/codelist/code/{name}
Deprecated: Retrieves code list value matching the given code name and data type.
Request
Path Parameters
-
name(required): string
Name of the codelist.Example:
AE_SEVERITY
Query Parameters
-
dataType: string
Data Type. Allowed values are current, history. Default is current.Example:
current -
mode(required): string
Mode of the study. Allowed values are active, test and trainingExample:
DESIGN -
studyId(required): string
Unique identifier (UUID, 32-character uppercase hexadecimal string)Example:
B1B8327AFAA6412287106192AB5984EF
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Nested Schema : code
Type:
objectNested Schema : items
Type:
objectExamples
400 Response
Missing required field (codeName).
Nested Schema : result
Type:
objectNested Schema : details
Type:
object500 Response
Internal server error
Nested Schema : result
Type:
objectNested Schema : details
Type:
object