Class WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderGetQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets a cost item specified by ID. The returned item includes details.
public class WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderGetQueryParameters
- Inheritance
-
WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderGetQueryParameters
- Inherited Members
Properties
Include
Include nested resources in the response. For example, include=changeOrders
will return the related change orders with the cost item. include=attributes
will return custom attributes which represents the "properties" in the response. Possible values: budget
, changeOrders
, subCostItems
, attributes
.
[QueryParameter("include")]
public string[]? Include { get; set; }
Property Value
- string[]
Scope
The scope of the cost item, usually by change order type.
[Obsolete("This property is deprecated, use ScopeAsGetScopeQueryParameterType instead")]
[QueryParameter("scope")]
public string? Scope { get; set; }
Property Value
ScopeAsGetScopeQueryParameterType
The scope of the cost item, usually by change order type.
[QueryParameter("scope")]
public GetScopeQueryParameterType? ScopeAsGetScopeQueryParameterType { get; set; }