Accessing Talend Data Authoring for MDM REST API resources - 7.3

Talend Data Authoring for MDM User Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend MDM Platform
Module
Talend Data Authoring for MDM
Content
Data Governance
Last publication date
2023-01-05

Talend Data Authoring for MDM REST APIs simplify your interaction with the data stored in Talend MDM Server by using a number of methods or request types.

You can access all REST APIs based on Swagger and run requests on records, history, resources (only picture supported), metadata, users, views, and version information.

Procedure

  1. Use your credentials to log in to Talend Data Authoring for MDM at http://<hostname>:<port>/idp/federation/up/login. Replace the host and port names with the appropriate values depending on your installation.
  2. Navigate to the URL http://<host>:<port>/swagger/swagger-ui.html. Replace the host and port names with the appropriate values depending on your installation.
    The Talend Data Authoring for MDM REST API resources page is opened and operations are classified into different categories.
  3. Click a category name to display or hide the operation list under the category.
  4. Click an operation to view the documentation of the REST API you are interested in.
  5. Click Try it out and start testing the execution of the operation.