Table of Contents

Class ActivitiesRequestBuilder.ActivitiesRequestBuilderGetQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.Activities
Assembly
Autodesk.ACC.CostManagement.dll

Gets project activities

public class ActivitiesRequestBuilder.ActivitiesRequestBuilderGetQueryParameters
Inheritance
ActivitiesRequestBuilder.ActivitiesRequestBuilderGetQueryParameters
Inherited Members

Properties

Limit

Max number of activities in the response.

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

Property Value

string

PriorTo

Activities earlier than this.

[QueryParameter("priorTo")]
public string? PriorTo { get; set; }

Property Value

string

ResourceId

The ID of resource that activities are performed on.

[QueryParameter("resourceId")]
public string? ResourceId { get; set; }

Property Value

string

ResourceType

The type of resource that activities are performed on.

[QueryParameter("resourceType")]
public string? ResourceType { get; set; }

Property Value

string

Token

Token used to continuously get the next batch of activities.

[QueryParameter("token")]
public string? Token { get; set; }

Property Value

string