Table of Contents

Class SearchRequestBuilder.SearchRequestBuilderGetQueryParameters

Namespace
Autodesk.DataManagement.Data.V1.Projects.Item.Folders.Item.Search
Assembly
Autodesk.DataManagement.dll

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.

public class SearchRequestBuilder.SearchRequestBuilderGetQueryParameters
Inheritance
SearchRequestBuilder.SearchRequestBuilderGetQueryParameters
Inherited Members

Properties

Pagenumber

Specifies what page to return. Page numbers are 0-based (the first page is page 0).

[QueryParameter("page%5Bnumber%5D")]
public int? Pagenumber { get; set; }

Property Value

int?