Solved
Through web api not able get vendor order by LastModifiedDateTime.
Best answer by Leonardo Justiniano
You can leverage using OData V4 which allows you to set OData filtering and sorting clauses:
https://<site>/odatav4/<instance>/Vendor?$skip=0&$top=10&$orderby=LastModifiedDateTime desc
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.