Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/rds/<reference data set 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.
|
name
| String
| Name of the asset.
|
description
| String
| Optional. Description of asset.
|
hierarchical
| Boolean
| Optional. Indicates whether code lists in the reference data set inherit the hierarchical structure definition.
|
levels
| Number
| Optional. Number of hierarchical levels supported in the code lists associated with the reference data set.
If hierarchical is false or levels are not provided, value is
1 . If levels are unlimited, value is
-1 .
|
domain
| String
| Optional. Domain of the asset.
|
confidentiality
| String
| Optional. Confidentiality of the asset.
|
priority
| String
| Optional. Priority of the asset.
|
status
| String
| Optional. Status of the asset.
|
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.
|
defaultList
| String
| ID of the default code list.
|
displayColumns
| String
| Optional. List of display columns used as labels for code values. Default is
name .
|
codeValueFields
| -
| Includes the attribute definition for code values in the reference data set.
|
name
| String
| Name of the field.
|
origin
| String
| Origin of the definition of the field.
|
datatype
| String
| Datatype of the field. Values are
String ,
Integer ,
Decimal ,
Boolean ,
Date , or
Reference .
|
mandatory
| Boolean
| Indicates whether the attribute is required.
|
relatedTermId
| String
| Optional. If the attribute datatype is Reference, lists the ID of the reference data set.
|
displayColumns
| Array
| Optional. If the attribute datatype is Reference, lists the display columns.
|
dependencyDef
| -
| Optional. Includes the definition of the asset specified as the dependency.
|
termId
| String
| Optional. ID of the asset specified as the dependency.
|
displayColumns
| Array
| Optional. Display columns used as labels for code values associated with the dependent asset.
|
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/rds/15d106a7905bd02a580d2b8d HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 1265 { "id":"15d106a7905bd02a580d2b8d", "name":"Country", "description":"A Business Term named Country", "hierarchical":false, "levels":1, "defaultList":"fa2a7f11fea1fc38db8d29aa", "domain":"International standards", "confidentiality":"private", "priority":"Prio1", "status":"Draft", "effectiveDate":"2017-04-01", "approvedOn":"2017-03-01", "displayColumns":[ "Name" ], "codeValueFields":[ { "name":"Name", "origin":"TERM", "datatype":"String", "mandatory":true }, { "name":"Code", "origin":"TERM", "datatype":"String", "mandatory":true }, { "name":"Description", "origin":"TERM", "datatype":"String", "mandatory":false }, { "name":"Alpha2Code", "origin":"TERM", "datatype":"String", "mandatory":true }, { "name":"Alpha3Code", "origin":"TERM", "datatype":"String", "mandatory":false }, { "name":"RefField", "origin":"TERM", "datatype":"Reference", "mandatory":true, "relatedTermId":"655df89e349a7fc1c0cd5f33", "displayColumns":[ "column1", "column2" ] } ], "dependencyDef":{ "termId":"Continent", "displayColumns":[ "Name" ] } }