Skip to main content
Question

MDM API Customisation

  • April 15, 2026
  • 2 replies
  • 25 views

Hi Team,

Could someone provide guidance on how to customize API responses in Ataccama MDM (version 15.4.1)?

Our requirement is to conditionally exclude certain child records from the API response based on a relationship-type attribute. For example, a single party may have multiple identifiers such as SSN, TIN, ABC, etc. When a consumer application makes a GET API call, we need logic that checks whether an ABC-type identifier exists. If it does, the API should stop further processing and return the response accordingly (e.g., prioritizing or limiting the payload based on this condition).

How can this kind of conditional filtering or response control be implemented—preferably within Ataccama (configuration, query layer, or business rules), rather than handling it downstream?

 

Regards,

2 replies

Forum|alt.badge.img+3
  • Ataccamer
  • April 17, 2026

Hi Srini,

 

Can you please clarify what you want to achieve? Do you want to filter parent records based on the attributes on the party (e.g. if party has ABC identifier, do not return the party)? Or do you want to filter out child records?

 

Maybe you can share the API calls you use.

 

Thanks,
Oliver


  • Author
  • Data Pioneer
  • April 17, 2026

Hi Oliver,

we wanted to filter out child records based on some conditions like if value is abc don’t include the child records in the response.

also we do not want to change the existing api urls at the same time we wanted to implement this custom logic and this to be execute for every incoming API requests.

 

 

Regards