Table of Contents

Class SubCostItemsRequestBuilder.SubCostItemsRequestBuilderGetQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.CostItems.Item.SubCostItems
Assembly
Autodesk.ACC.CostManagement.dll

Returns all the SubCostItem in a given CostItem

public class SubCostItemsRequestBuilder.SubCostItemsRequestBuilderGetQueryParameters
Inheritance
SubCostItemsRequestBuilder.SubCostItemsRequestBuilderGetQueryParameters
Inherited Members

Properties

Filtertype

The type of the value to break down.

[Obsolete("This property is deprecated, use FiltertypeAsGetFilterTypeQueryParameterType instead")]
[QueryParameter("filter%5Btype%5D")]
public string? Filtertype { get; set; }

Property Value

string

FiltertypeAsGetFilterTypeQueryParameterType

The type of the value to break down.

[QueryParameter("filter%5Btype%5D")]
public GetFilterTypeQueryParameterType? FiltertypeAsGetFilterTypeQueryParameterType { get; set; }

Property Value

GetFilterTypeQueryParameterType?

InternalLimit

The maximum number of items to return, this is for internal use, and the default maximum internal limit is 5000.

[QueryParameter("internalLimit")]
public int? InternalLimit { get; set; }

Property Value

int?

Limit

The maximum number of items to return, default maximum limit is 100.

[QueryParameter("limit")]
public int? Limit { get; set; }

Property Value

int?

Offset

The number of items to skip before starting to collect the result set.

[QueryParameter("offset")]
public int? Offset { get; set; }

Property Value

int?

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

string

ScopeAsGetScopeQueryParameterType

The scope of the cost item, usually by change order type.

[QueryParameter("scope")]
public GetScopeQueryParameterType? ScopeAsGetScopeQueryParameterType { get; set; }

Property Value

GetScopeQueryParameterType?

Sort

The sort order for items. Each attribute can be sorted in either asc (default) or desc order. For example, sort=name, updatedAt desc or sort=name + updatedAt desc sorts the results first by name in ascending order, then by date updated in descending order.

[QueryParameter("sort")]
public string? Sort { get; set; }

Property Value

string