forge-api-dotnet-client icon indicating copy to clipboard operation
forge-api-dotnet-client copied to clipboard

the API only supported limited Filter types, can't flexible to support more filter types.

Open JohnOnSoftware opened this issue 7 years ago • 1 comments

Forge-DM does have a filtering feature and documented here https://developer.autodesk.com/en/docs/data/v2/overview/filtering/ , but these API including GetHubProjects, GetHubs, GetFolderContents .etc are only supported limited filter types, for example, https://developer.api.autodesk.com/project/v1/hubs/b.a3d23eec-****-b932-fe63ecee08c3/projects?filter[name]=My Project are supported, but can not be supported by the .NET API. I have checked with engineer, https://developer.autodesk.com/en/docs/data/v2/reference/http/hubs-hub_id-projects-GET/ is not correct about filter types, and more filter types can be supported without a problem.

JohnOnSoftware avatar Jun 05 '18 22:06 JohnOnSoftware

You should ask the documentation of each endpoints to be properly documented, and we will add the filters on the API

cyrillef avatar Nov 14 '20 12:11 cyrillef