Class EmailNotificationsRequestBuilder.EmailNotificationsRequestBuilderGetQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.EmailNotifications
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets email sent history list for associated model or document, all or latest only.
public class EmailNotificationsRequestBuilder.EmailNotificationsRequestBuilderGetQueryParameters
- Inheritance
-
EmailNotificationsRequestBuilder.EmailNotificationsRequestBuilderGetQueryParameters
- Inherited Members
Properties
AssociationId
The object ID of the item is associated to. For example, ID of the budget, contract or cost item. Use comma separated string for multiple IDs.
[QueryParameter("associationId")]
public string[]? AssociationId { get; set; }
Property Value
- string[]
AssociationType
The type of the item is associated to. Possible values Budget
, Contract
, CostItem
, FormInstance
, Payment
, BudgetPayment
, Expense
, OCO
, SCO
.
[Obsolete("This property is deprecated, use AssociationTypeAsGetAssociationTypeQueryParameterType instead")]
[QueryParameter("associationType")]
public string? AssociationType { get; set; }
Property Value
AssociationTypeAsGetAssociationTypeQueryParameterType
The type of the item is associated to. Possible values Budget
, Contract
, CostItem
, FormInstance
, Payment
, BudgetPayment
, Expense
, OCO
, SCO
.
[QueryParameter("associationType")]
public GetAssociationTypeQueryParameterType? AssociationTypeAsGetAssociationTypeQueryParameterType { get; set; }
Property Value
FilterdocumentId
Filter to get only the specified document's email sent history.
[QueryParameter("filter%5BdocumentId%5D")]
public Guid? FilterdocumentId { get; set; }
Property Value
- Guid?
Filterlatest
Filter to get only the latest version of the email sent history if it is sent multiple times. For example,filter[latest]=true
[QueryParameter("filter%5Blatest%5D")]
public bool? Filterlatest { get; set; }
Property Value
- bool?