Table of Contents

Namespace Autodesk.DataManagement.Project.V1.Hubs.Item.Projects

Namespaces

Autodesk.DataManagement.Project.V1.Hubs.Item.Projects.Item

Classes

ProjectsRequestBuilder

Builds and executes requests for operations under \project\v1\hubs{hub_id}\projects

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.

ProjectsRequestBuilder.ProjectsRequestBuilderGetRequestConfiguration

Configuration for the request such as headers, query parameters, and middleware options.