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.
TDM Portal 4.11.79.0 or earlier
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.