I am following Business Central API for integration purpose. By using this document I was able create, update, delete and fetch objects like vendors and project. Now I need a list of vendors/ projects that has been deleted. I couldn't find any filtering option in documentation.
I tried to filter deleted vendors using last modified date time property, it won't give deleted objects but created and updated ones.
https://api.businesscentral.dynamics.com/v2.0/TENANT_ID/Production/api/v2.0/companies(COMPANY_ID)/vendors?$filter=lastModifiedDateTime gt 2021-08-11T00:45:58.00Z

Report
All responses (
Answers (