Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

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. Monitor Reference 360
  15. Reference 360 REST API
  16. Glossary

Reference 360

Reference 360

Get crosswalk details (v2)

Get crosswalk details (v2)

Retrieves the details of a crosswalk based on the internal ID or alias.

GET request

To retrieve the details of a crosswalk based on an internal ID or alias, submit a GET request with the following URI:
/rdm-service/external/v1/crosswalks/<crosswalkKey>

GET request query parameters

The following table describes the parameter in the request:
Parameter
Type
Description
crosswalkKey
String
Internal ID or alias of a crosswalk.

GET response

The response contains the details of a crosswalk.
The following table describes the attributes in the response body:
Field
Type
Description
id
String
ID of the crosswalk. For more information, see Asset IDs.
internalId
String
Unique identifier of the crosswalk.
alias
String
Alternative identifier of the crosswalk.
sourceCodeListDetails
Object
Includes the details of the source code list.
sourceCodelistId
String
ID of the source code list to which the crosswalk is associated.
internalId
String
Unique identifier of the source code list.
alias
String
Alternative identifier of the target code list.
targetCodeListDetails
Object
Includes the details of the target code list.
targetCodelistId
String
ID of the target code list to which the crosswalk is associated.
internalId
String
Unique identifier of the target code list.
alias
String
Alternative identifier of the target code list.
description
String
Optional. Description of asset.
status
String
Optional. Status of the asset.
confidentiality
String
Optional. Confidentiality of the asset.
sourceApplication
String
Optional. Application of the source code list.
targetApplication
String
Optional. Application of the target code list.
effectiveDate
String
Optional. Date the asset became effective.
approvedById
String
Optional. ID of the approver of the asset.
approvedByName
String
Optional. User name of the user who approved the asset.
approvedOn
String
Optional. Date the asset was approved.

GET example

To retrieve the details of a crosswalk based on the internal ID or alias, you might use the following request:
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/crosswalks/sap_country_to_iso_country HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
The following sample response shows the details of a crosswalk:
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 300 { "id": "67900c57587a205cc9e92834", "internalId": "sap_country_to_epm_country", "alias": "sapcountry_to_epmcountry", "sourceCodeListDetails": { "id": "67900c53587a205cc9e92820", "internalId": "sap_country", "alias": "sapcountry" }, "targetCodeListDetails": { "id": "c9abd8c8abe43ad653c3ecd4", "internalId": "epm_country", "alias": "epmcountry" }, "approvedOn": "2017-03-01", "confidentiality": "private", "description": "Sample Crosswalk", "effectiveDate": "2007-04-01", "status": "active" }

0 COMMENTS

We’d like to hear from you!