Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Relate 360
  3. Linking Batch Data
  4. Tokenizing Batch Data
  5. Processing Streaming Data
  6. Creating Relationship Graph
  7. Loading Linked and Consolidated Data into Hive
  8. Searching Data
  9. Monitoring the Batch Jobs
  10. Troubleshooting
  11. Glossary

User Guide

User Guide

GETRECORDLAYOUT Web Service

GETRECORDLAYOUT Web Service

The GETRECORDLAYOUT web service gets a layout that contains a list of fields required to identify a record. Use the layout to specify the input data for the DELETERECORD web service that deletes the specified records from the repository.

Request URL

Use the GET method to run the GETRECORDLAYOUT web service.
To run the GETRECORDLAYOUT web service, use the following URL format:
http://<Host>:<Port>/<WAR File Name>/<Version Number>/<Configuration File Identifier>/GETRECORDLAYOUT
For example:
http://localhost:8080/MDMBDRMSYS/
v5.0
/SYS/GETRECORDLAYOUT

Request Header

Use the request header to specify the following headers:
Token
Required if you secure the RESTful web services. Authentication token that the Authenticate web service returns. If the token is not valid or you do not specify the
Token
header, the web service request uses the
Authorization
header.
Authorization
Required if you have secured the RESTful web services, but optional if you specify the
Token
header.
Type of authentication and the user credentials in the Base64 format. The RESTful web services use the HTTP basic authentication. Use the following format to specify the value for the
Authorization
header:
Basic <Encoded User Credentials>
Basic
indicates the HTTP basic authentication, and
Encoded User Credentials
indicates the Base64 format of the user name and password separated by a colon. For example,
Authorization: Basic dGVzdDpUZXN0
Accept
Format of the response. The supported response format is JSON. Specify
application/json
as the header value.

Sample Response

The following sample response shows a list of fields required to identity a record:
{ "keyData": { "SOURCE": "mandatory", "ROWID": "mandatory" }, "record": {}, "resultCount": 0, "messages": {} }

0 COMMENTS

We’d like to hear from you!