Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/crosswalks/<crosswalkKey>
Parameter | Type | Description |
---|---|---|
crosswalkKey | String | Internal ID or alias of a crosswalk. |
Field
| Type
| Description
|
---|---|---|
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 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
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" }