/rdm-service/external/v1/export
Field
| Type
| Description
|
---|---|---|
dateFormat
| String
| Format used for dates. Use one of the following formats:
|
containerType
| String
| Type of asset that contains code values. Value must be
codelist .
|
containerId
| String
| The ID of the code list.
You can find the ID of assets in
Reference 360 or use REST APIs to retrieve the IDs. For more information, see
Asset IDs.
|
POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/export HTTP/1.1 Content-Type: application/json Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX { "dateFormat" : "ISO", "containerType" : "codelist", "containerId" : "1c03a6555058fdd134f7f417" }
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 292 { "content":[ { "Code":"UNIVERSITY-001", "children":[ { "Code":"STUDENT-1001", "fields":{ "Code":"STUDENT-1001", "Name":"BKImL" } } ], "fields":{ "Code":"UNIVERSITY-001", "Name":"ABC University" } } ] }