Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Reference 360 REST API
  15. Glossary

Reference 360

Reference 360

Get value mappings for a code value

Get value mappings for a code value

Retrieve the value mappings for a code value.
You identify the code value that you want to retrieve value mappings for by specifying the value in the Code attribute.
You cannot use the + symbol inside the code field value.

GET request

To retrieve the value mappings for a code value, submit a GET request with the following URI and specify the code:
/rdm-service/external/v1/crosswalks/{crosswalk ID}/mappings?Code={code}

GET response

The response contains the value mappings for the code value.
The following table describes the attributes in the response:
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 example

To retrieve the value mappings for the code value, you might use the following request:
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
The following sample response shows value mappings:
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" ] } ]

0 COMMENTS

We’d like to hear from you!