Hi @Dhruvin Moradiya
Per my test, I can get the same error Field or property \"vti_x005f_timelastwritten\" does not exist.
with yours. After search the document, there is no such properties in sharepoint currently. You can refer to the document
https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-csom/ee542189(v=office.15)
As a workaround, I would recommend you to use TimeLastModified
properties like following url.
mysharepointsiteurl/_api/web/GetFolderByServerRelativeUrl('/relativesiteurl/Documents')/Files?$filter=TimeLastModified gt datetime'2023-03-05T12:40:00'
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi @Dhruvin Moradiya
Would you tell me whether your issue has been resolved or have any update?
I am looking forward to your reply.
Have a nice day!
Thanks,
Raytheon Xie