v1.0

get

/ec-codelist-svc/rest/v1.0/history/codevalues

View historical changes to codelists for a given name and (optionally) study.

Request

Query Parameters
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) of the code
    Example:
    B1B8327AFAA6412287106192AB5984EF
  • Language for expected response codelist. This overrides user preference for language. This field is case sensitive and accepts values like en, ja etc. By default it's english (en)
    Example:
    en
  • Minimum Value: 1
    limit.
    Example:
    50
  • Minimum Value: 0
    offset.
    Example:
    0
  • 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 : CodeValueV4
Type: object
Show Source
Examples

Back to Top