Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Reference 360 REST API
  15. Glossary

Reference 360

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:
  • Use the following base URL:
    <serverUrl>/rdm-service/external/v1/<API name>
  • Use the following request header format:
    <METHOD> <serverUrl>/<URI> HTTP/<HTTP version> Content-Type: application/json Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
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

0 COMMENTS

We’d like to hear from you!
Víctor Fuertes de la Cruz - February 03, 2023

Below URL to get the API is not working, it would be good if we have a place where download the Swagger definition.

https://dm-us.informaticacloud.com/rdm-service/api-docs

 

Informatica Documentation Team - February 03, 2023

Hi Victor Fuertes de la Cruz,

The specified URL is a sample URL. The URL varies based on the POD that you access.

Use the following URL format:
https://{POD region}.informaticacloud.com/rdm-service/api-docs

After you log in to Reference 360, check the URL. The prefix to the informaticacloud.com part of your URL indicates the POD region.

Thanks,
Informatica Documentation Team