Get list of "Locally Changed Items"

How do I get a full list of paths to all “Locally Changed Items”, which is displayed in GUI. I have 9 folders with 6382 changed items. That’s too much and I need to automate the fixing of this. In this case I just need to create that many empty folders. It’s related to this problem. - Deleted 0 byte folders on untrusted device

LCI

I will answer myself as I found a solution. Need to use the following command with curl utility:

curl.exe -X GET -H X-API-Key:“your API key without quotes” http://localhost:8384/rest/db/localchanged?folder=“your folder ID without quotes”

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.