Get all code lists matching a given study ID and code ID
get
/ec-codelist-svc/rest/v1.0/history/codes
Retrieves a list of all code lists matching the given study ID and code ID.
Request
Query Parameters
-
codeId: string
ID of the Code
-
limit(required): integer(int32)
Minimum Value:
1
limit. -
offset(required): integer(int32)
Minimum Value:
0
offset. -
studyId: string
ID of the study
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : CodeV3
Type:
Show Source
object
-
canAddValues: boolean
-
canHideValues: boolean
-
codeGroupId: string
(uuid)
-
codeLevel: string
-
codeName: string
-
codeType: string
-
comment: string
-
customizable: boolean
-
description: string
-
displayCodeName: string
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
-
optlock: string
(date-time)
-
parCodeName: string
-
reason: string
-
softwareVersionNumber: number
-
studyId: string
(uuid)
-
tag: string
-
tenantLevelOnly: boolean
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)