TDMModelService API does not return the list ForeignKeys when looking at table details
search cancel

TDMModelService API does not return the list ForeignKeys when looking at table details

book

Article ID: 369211

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

We are trying to get the PK-FK relationships between data generation objects. However, when using the TDMModelService API, we noticed that the list of foreign keys are not getting returned.

Environment

TDM Portal 4.11.79.0 or earlier

Resolution

This has been addressed in TDMWeb-4.11.80.0 or greater.

NOTE: this API is used also internally, so Engineering has introduced a new optional parameter called includeFullTableDetails, to be used in the request. If it's missing, or set to anything else other than "true", then the behavior is the same as before. When the value is set to "true" the foreign keys definitions will be populated in the response.

The patch is available for download on the Test Data Manager (TDM) Support Patches page.