Class ContentsRequestBuilder.ContentsRequestBuilderGetQueryParameters
- Assembly
- Autodesk.DataManagement.dll
Returns a collection of items and folders within a folder. Items represent word documents, fusion design files, drawings, spreadsheets, etc.Notes:The tip version for each item resource is included by default in the included array of the payload.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 ContentsRequestBuilder.ContentsRequestBuilderGetQueryParameters
- Inheritance
-
ContentsRequestBuilder.ContentsRequestBuilderGetQueryParameters
- Inherited Members
Properties
FilterextensionType
Filter by the extension type.
[QueryParameter("filter%5Bextension%2Etype%5D")]
public string[]? FilterextensionType { get; set; }
Property Value
- string[]
Filterid
Filter by the id of the ref target.
[QueryParameter("filter%5Bid%5D")]
public string[]? Filterid { get; set; }
Property Value
- string[]
FilterlastModifiedTimeRollup
Filter by the lastModifiedTimeRollup in attributes Supported values are date-time string in the form YYYY-MM-DDTHH:MM:SS.000000Z or YYYY-MM-DDTHH:MM:SS based on RFC3339
[QueryParameter("filter%5BlastModifiedTimeRollup%5D")]
public string[]? FilterlastModifiedTimeRollup { get; set; }
Property Value
- string[]
Filtertype
Filter by the type of the objects in the folder. Supported values include folders and items.
[Obsolete("This property is deprecated, use FiltertypeAsGetFilterTypeQueryParameterType instead")]
[QueryParameter("filter%5Btype%5D")]
public string[]? Filtertype { get; set; }
Property Value
- string[]
FiltertypeAsGetFilterTypeQueryParameterType
Filter by the type of the objects in the folder. Supported values include folders and items.
[QueryParameter("filter%5Btype%5D")]
public GetFilterTypeQueryParameterType[]? FiltertypeAsGetFilterTypeQueryParameterType { get; set; }
Property Value
IncludeHidden
true: response will also include items and folders that were deleted from BIM 360 Docs projects. false (default): response will not include items and folders that were deleted from BIM 360 Docs projects. To return only items and folders that were deleted from BIM 360 Docs projects, see the Filtering section.
[QueryParameter("includeHidden")]
public bool? IncludeHidden { get; set; }
Property Value
- bool?
Pagelimit
Specifies the maximum number of elements to return in the page. The default value is 200. The min value is 1. The max value is 200.
[QueryParameter("page%5Blimit%5D")]
public int? Pagelimit { get; set; }
Property Value
- int?
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?