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
  • 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
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) ID of a CodeList group. If not set, the default System codelist is associated with the Study
    Example:
    B1B8327AFAA6412287106192AB5984EF

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : CodeListResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Examples

400 Response

Bad Request: invalid parameters or request body
Body ()
Root Schema : CodeListResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object

500 Response

Server error
Body ()
Root Schema : CodeListResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top