Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/codelists/{code list ID}/codevalues?Code={code}
Field
| Type
| Description
|
---|---|---|
codelistId
| String
| ID of the code list that the code values belong to.
|
status
| String
| Optional. Status of the code value.
To retrieve a list of statuses, use the List enum entries API. For more information, see
Get system reference data values.
|
effectiveDate
| String
| Optional. Date the code value became effective.
|
codeValueFields
| Object
| Includes the attribute field values for the code value.
|
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/codelists/591c302d8af18b0001b1fac2/codevalues?Code=AR 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":"591c302d8af18b0001b1fac2", "status":"Draft", "effectiveDate":"2019-09-20", "codeValueFields":{ "Name":"Argentina", "Code":"AR", "description":"The EU country code for Argentina" } } ]