/rdm-service/external/v2/codelists/{codeListKey}/codevalues?Code={code}
Parameter | Type | Description |
---|---|---|
codeListKey | String | Internal ID or alias of the code list that contains the code value. |
Code | String | The code field for the code value. |
Field
| Type
| Description
|
---|---|---|
codelistId
| String
| ID of the code list that contains the code value. |
internalId | String
| Internal ID of the code list that contains the code value. |
alias | String
| Alias of the code list that contains the code value. |
businessId | Business ID of the code value. | |
codeValueFields
| Array | Lists the attribute field values for the code value. |
Code | String | The code field for the code value. |
Name | String | The name field for the code value. |
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/codelists/country/codevalues?Code=CODE-A HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 237 [ { "codelistId": "67e2590c022698651e1964c8", "internalId": "code1", "alias": "alias1", "businessId": "RDM0000123", "codeValueFields": { "Code": "CODE-A", "Name": "NAME-A" } } ]