Class HubsRequestBuilder.HubsRequestBuilderGetQueryParameters
- Namespace
- Autodesk.DataManagement.Project.V1.Hubs
- Assembly
- Autodesk.DataManagement.dll
Returns a collection of accessible hubs for this member.Hubs represent BIM 360 Team hubs, Fusion Team hubs (formerly known as A360 Team hubs), A360 Personal hubs, or BIM 360 Docs accounts. Team hubs include BIM 360 Team hubs and Fusion Team hubs (formerly known as A360 Team hubs). Personal hubs include A360 Personal hubs. Only active hubs 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.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 HubsRequestBuilder.HubsRequestBuilderGetQueryParameters
- Inheritance
-
HubsRequestBuilder.HubsRequestBuilderGetQueryParameters
- Inherited Members
Properties
FilterattributesName
[QueryParameter("filter%5Battributes%2Ename%5D")]
public string? FilterattributesName { get; set; }
Property Value
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[]