Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/crosswalks/<crosswalk ID>
Field
| Type
| Description
|
---|---|---|
id
| String
| ID of the asset. Assets include reference data sets, code lists, crosswalks, and hierarchies. For more information, see
Asset IDs.
|
sourceCodelistId
| String
| ID of the source code list to which the crosswalk is associated.
|
targetCodelistId
| String
| ID 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. Username 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/v1/crosswalks/20c85dde693051cf8037f1eb 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" : "20c85dde693051cf8037f1eb", "description" : "Sample Crosswalk", "status" : "active", "sourceCodelistId" : "f6821570be0fd451934dff86", "targetCodelistId" : "628234c5ba9d033c33ff0284", "confidentiality" : "private", "effectiveDate" : "2007-04-01", "approvedOn" : "2017-03-01" }