Class ProjectsRequestBuilder.ProjectsRequestBuilderGetQueryParameters
Returns a collection of projects for a given hub_id. A project represents a BIM 360 Team project, a Fusion Team project, a BIM 360 Docs project, or an A360 Personal project. Multiple projects can be created within a single hub. Only active projects are listed.Note that for BIM 360 Docs, a hub ID corresponds to an account ID in the BIM 360 API. To convert an account ID into a hub ID you need to add a "b." prefix. For example, an account ID of c8b0c73d-3ae9 translates to a hub ID of b.c8b0c73d-3ae9.Similarly, for BIM 360 Docs, the project ID in the Data Management API corresponds to the project ID in the BIM 360 API. To convert a project ID in the BIM 360 API into a project ID in the Data Management API you need to add a "b." prefix. For example, a project ID of c8b0c73d-3ae9 translates to a project ID of b.c8b0c73d-3ae9.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 ProjectsRequestBuilder.ProjectsRequestBuilderGetQueryParameters
- Inheritance
-
ProjectsRequestBuilder.ProjectsRequestBuilderGetQueryParameters
- 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[]
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?