Reference 360 > Reference 360 REST API
  

Reference 360 REST API

Use the Reference 360 REST APIs to interact with your reference data. For example, you can export or import reference data sets, import code values and value mappings, or retrieve a list of assets and their details.
When you use Reference 360 REST APIs, note the following rules:
For example, you might use the following request to export the model for reference data sets:
POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/model/export HTTP/1.1
Content-Type: application/json
Accept: application/json
IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX

{
"referenceDataSetIds":[
"56dbde1afe4d8257b6d7735e",
"a83fa4bda81df711caca4e71"
]
}
To access the REST API documentation in the OpenAPI format, use the following URL format:
https://{POD region}.informaticacloud.com/rdm-service/api-docs
The following sample URL uses usw3-mdm.dm-us as the POD region value:
https://<usw3-mdm.dm-us>.informaticacloud.com/rdm-service/api-docs
You can also access the REST API documentation in the Swagger UI with the following URL format:
https:://<host>:<port>/rdm-ui/swagger