Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v2/hierarchies/{key}/relations
Parameter | Type | Description |
---|---|---|
key | String | Internal ID or alias of the hierarchy. |
Field
| Type
| Definition
|
---|---|---|
relations
| Array | Lists the code list in the relationship.
|
child
| Object | Contains information about the child in the hierarchy model. |
codeListDetails | Object | Includes details for the child code list. |
id | String
| ID of the child code list. |
internalId | String | Unique identifier of the child code list. |
alias | String | Alternative identifier of the child code list. |
name | String
| Name of the child code list. |
rdsDetails | Object | Includes details for the child reference data set. |
internalID | String | Unique identifier of the child reference data set. |
alias | String | Alternative identifier of the child reference data set. |
name | String | Name of the child reference data set. |
parent | Object | Contains information about the parent in the
hierarchy model. |
codeListDetails | Object | Includes details for the parent code list. |
id | String | ID of the parent code list. |
internalId | String | Unique identifier of the parent code list. |
alias | String | Alternative identifier of the parent code
list. |
name | String | Name of the parent code list. |
rdsDetails | Object | Includes details for the parent reference data set. |
internalID | String | Unique identifier of the parent reference data set. |
alias | String | Alternative identifier of the parent reference data set. |
name | String | Name of the parent reference data set. |
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/hierarchies/parent_codelist/relations HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 452 { "relations": [ { "child": { "codeListDetails": { "id": "b9270cec5293af42eb60fa00", "internalId": "parent_codelist", "alias": "parentcodelist", "name": "Parent Codelist" }, "rdsDetails": { "id": "fa9c90dfdd269c354581807f", "internalId": "parent_rds", "alias": "parentrds", "name": "Reference Data Set" } } }, { "parent": { "codeListDetails": { "id": "b9270cec5293af42eb60fa00", "internalId": "parent_codelist", "alias": "parentcodelist", "name": "Parent Codelist" }, "rdsDetails": { "id": "fa9c90dfdd269c354581807f", "internalId": "parent_rds", "alias": "parentrds", "name": "Reference Data Set" } }, "child": { "codeListDetails": { "id": "d1cf0227c95f4668ffcfaeda", "internalId": "first_level_codelist", "alias": "firstlevelcodelist", "name": "First Level Codelist" }, "rdsDetails": { "id": "fa9c90dfdd269c354581807f", "internalId": "parent_rds", "alias": "parentrds", "name": "Reference Data Set" } } } ] }