v2.0

get

/ec-codelist-svc/rest/v2.0/codelist/all

Get all codelist values for the requested scope (tenant or study) and optional filters.

Request

Query Parameters
  • Indicates whether hidden fields need to be retrieved. Allowed values are true or false.
    Example:
    true
  • Type of the codelist. Allowed values are USER, CUSTOM, SYSTEM, APPLICATION.
    Example:
    SYSTEM
  • Mode of the study. Allowed values are active, test and training
    Example:
    DESIGN
  • Unique identifier (UUID, 32-character uppercase hexadecimal string)
    Example:
    B1B8327AFAA6412287106192AB5984EF

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : BaseCodeListDto
Type: object
Show Source
Nested Schema : code
Type: object
Nested Schema : values
Type: array
Show Source
Nested Schema : items
Type: object
Examples

400 Response

Invalid request URL.
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