v1.0

get

/ec-codelist-svc/rest/v1.0/codelist/values/asOfDate/{id}

Get a snapshot of codelist values as they were on a specific date.

Request

Path Parameters
Query Parameters
  • Date till where data is required
  • Indicates whether hidden code values should be returned. Allowed values are true or false. Default is false
    Default Value: false
  • 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)
  • 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 : 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

Missing required field (codeName).
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

Internal 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