Welcome to the Jazz Community Forum
REST call returns deleted data in data model

One answer

Hello Greg,
I assume this is a custom data model you built using a custom xdc file to query a REST resource.
It's difficult to provide a meaningful answer without more details, however a few thing that could be related are:
I assume this is a custom data model you built using a custom xdc file to query a REST resource.
It's difficult to provide a meaningful answer without more details, however a few thing that could be related are:
- check if there is a field returned by the REST API indicating if the element is deleted or archived.
- filter the call to not show archived elements.
- use a modified since clause, if supported by the REST source, to filter out old data.
Best Regards,
Francesco Chiossi