autodesk forge – How to filter locked items when searching folders recursively using Data Management API?

When using the aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-folder_id-search-GET/ endpoint, I can only apply filters to properties available in the version payload.

However, the “reserved” property (which indicates whether an item is locked) exists only in the item payload. Because of this, I’m unable to filter search results to return only locked items.

I’m aware of the aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-folder_id-contents-GET/ endpoint, but it does not support recursive traversal of subfolders, which makes it unsuitable for my use case.

Thank you in advance 🙂

Read more here: Source link