Class VersionsRequestBuilder.VersionsRequestBuilderGetQueryParameters
- Assembly
- Autodesk.DataManagement.dll
Returns versions for the given item. Multiple versions of a resource item can be uploaded in a project.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 VersionsRequestBuilder.VersionsRequestBuilderGetQueryParameters
- Inheritance
-
VersionsRequestBuilder.VersionsRequestBuilderGetQueryParameters
- 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[]
FilterversionNumber
Filter by versionNumber.
[QueryParameter("filter%5BversionNumber%5D")]
public int?[]? FilterversionNumber { get; set; }
Property Value
- int?[]
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?