Namespace Autodesk.DataManagement.Data.V1.Projects.Item.Folders.Item.Search
Classes
- SearchRequestBuilder
Builds and executes requests for operations under \data\v1\projects{project_id}\folders{folder_id}\search
- SearchRequestBuilder.SearchRequestBuilderGetQueryParameters
Filters the data of a folder and recursively in the subfolders of any project accessible to you, using the filter query string parameter. You can filter the following properties from the version payload: the type property, the id property, and any of the attributes object properties. For example, you can filter createTime, mimeType. It returns tip versions (latest versions) of properties where the filter conditions are satisfied. To verify the properties of the attributes object for a specific version, see the GET projects/:project_id/versions/:version_id.To filter a folder's data without recursively filtering its subfolders, see the GET projects/:project_id/folders/:folder_id/contents endpoint.New! Autodesk Construction Cloud platform (ACC). Note that this endpoint is compatible with ACC projects. For more information about the Autodesk Construction Cloud APIs, see the Autodesk Construction Cloud documentation.
- SearchRequestBuilder.SearchRequestBuilderGetRequestConfiguration
Configuration for the request such as headers, query parameters, and middleware options.