Get code list group by ID
get
/ec-codelist-svc/rest/v1.0/codelist/groups/{groupId}
Retrieves a codelist group by group ID.
Request
Path Parameters
-
groupId(required): string(uuid)
Id of a CodeList group. When specified, returns codelists of the group (including non-customized SYSTEM default codelists)
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : CodeListGroupDto
Type:
object
Title:
CodeListGroupDto
Representation of CodeList Group
Show Source
-
codeGroupId: string
(uuid)
Group GUID
-
codeGroupName: string
Name of the CodeList GroupExample:
ABC Pharma
500 Response
Server error
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object