v1.0
post
/ec-codelist-svc/rest/v1.0/codelist/groups/study/{studyId}
Link a codelist group to a study. This lets the study use the codelists from that group (or the default system codelists if no group is provided).
Request
Path Parameters
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) ID of a Study. Only required if level path parameter equals to 'studies'Example:
B1B8327AFAA6412287106192AB5984EF
Query Parameters
-
groupId: string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) ID of a CodeList group. If not set, the default System codelist is associated with the StudyExample:
B1B8327AFAA6412287106192AB5984EF
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Nested Schema : result
Type:
objectNested Schema : details
Type:
objectExamples
400 Response
Bad Request: invalid parameters or request body
Nested Schema : result
Type:
objectNested Schema : details
Type:
object500 Response
Server error
Nested Schema : result
Type:
objectNested Schema : details
Type:
object