Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/crosswalks/{crosswalk ID}/mappings?Code={code}
Field
| Type
| Description
|
---|---|---|
Code
| String
| Value in the Code attribute of the source code value.
|
mappings
| Array
| Includes the values in the Code attribute of the target code values.
|
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/crosswalks/69d08b8c300e9d1aed32a777/mappings?Code=DE HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 92 [ { "Code":"DE", "mappings":[ "Code 1", "Code 2", "Code 3", "Code 4", "Code 5" ] } ]