Get historical code list groups
get
/ec-codelist-svc/rest/v1.0/history/groups
Retrieves all code list groups in historical records.
Request
Query Parameters
-
groupId: string
ID of the group
-
limit(required): integer(int32)
Minimum Value:
1
limit. -
offset(required): integer(int32)
Minimum Value:
0
offset.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : CodeGroup
Type:
Show Source
object
-
comment: string
-
groupName: string
Minimum Length:
1
Maximum Length:255
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
Minimum Length:
1
Maximum Length:16
-
optlock: string
(date-time)
-
reason: string
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)