Class WithItem_ItemRequestBuilder.WithItem_ItemRequestBuilderGetQueryParameters
- Assembly
- Autodesk.DataManagement.dll
Retrieves metadata for a specified item. Items represent word documents, fusion design files, drawings, spreadsheets, etc.Notes:The tip version for the item is included in the included array of the payload.To retrieve metadata for multiple items, see the ListItems command.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 WithItem_ItemRequestBuilder.WithItem_ItemRequestBuilderGetQueryParameters
- Inheritance
-
WithItem_ItemRequestBuilder.WithItem_ItemRequestBuilderGetQueryParameters
- Inherited Members
Properties
IncludePathInProject
Specify whether to return pathInProject attribute in response for BIM 360 Docs projects. pathInProject is the relative path of the item starting from project’s root folder. true: response will include pathInProject attribute for BIM 360 Docs projects. false (default): response will not include pathInProject attribute for BIM 360 Docs projects.
[QueryParameter("includePathInProject")]
public bool? IncludePathInProject { get; set; }
Property Value
- bool?