Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v2/hierarchies/{key}
Parameter | Type | Description |
---|---|---|
key | String | Internal ID or alias of the hierarchy. |
Field | Type | Description |
---|---|---|
name | String | Name of the hierarchy. |
internalId | String | Unique identifier of the code list. |
alias | String | Alternative identifier of the code list. |
description | String | Optional. Description of the hierarchy. |
version | String | Optional. Version of the hierarchy. |
application | String | Optional. Application that uses the hierarchy. |
domain | String | Optional. Domain of the hierarchy. |
confidentiality | String | Optional. Confidentiality of the hierarchy. |
priority | String | Optional. Priority of the hierarchy. |
status | String | Optional. Status of the hierarchy. |
effectiveDate | String | Optional. Date the hierarchy became effective. |
approvedOn | String | Optional. Date the hierarchy was approved. |
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/hierarchies/hierarchy_internal_id HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 334 { "id": "640717485b243e32c4b048f9", "name": "Cost centers", "internalId": "hierarchy_internal_id", "alias": "hierarchy_alias", "description": "Cost center hierarchy", "version": "v1", "application": "App1", "domain": "Internal standards", "confidentiality": "private", "priority": "Prio1", "status": "Draft", "effectiveDate": "2017-04-01", "approvedOn": "2020-03-01" }