Quick Export Related Records

You can export related records by specifying parent record ID, extension, and relationship name.

Quick Export Related Records - Inputs

This web service accepts the following inputs:

Input Description Expected Value
DataProvider Fully qualified package name of the IDataProvider interface.
com.tibco.mdm.repository.engine.dataprovider.RelatedRecordsDataProvider
DataProcessor Fully qualified package name of the IDataProcessor interface.
com.tibco.mdm.repository.engine.dataprocessor. RecordToCSVProcessor
PARENTCATALOGID Catalog ID of parent record whose related records need to be exported. User specified
PARENTRECORDPRODUCTID

(Optional)

Product ID of parent record whose related records need to be exported. Either this parameter or PARENTRECORDPRODUCTKEYID must be available. User specified
PARENTRECORDEXTENSION

(Optional)

Product ID of parent record whose related records need to be exported. User specified
PARENTRECORDMODVERSION Version of parent record whose related records need to be exported. User specified
PARENTRECORDPRODUCTKEYID

(Optional)

Product key ID of parent record whose related records need to be exported. Either this parameter or PARENTRECORDPRODUCTID must be available. User specified
RELATIONSHIPNAME Specifies name of the relationship for the records. For example, PersonToAddress relationship related to the Person and Address repositories. In this case, the records related to PersonToAddress relationship are exported. User specified
EVENTID

(Optional)

Specifies parent record as draft User specified