Contents

Summary

Represents a single time report.

Properties

Name Editable? Type Nullable? Summary
ID Int32 The ID of the time report.
PeriodStartDate DateTime The start date of the time report. This should be a Sunday.
PeriodEndDate DateTime The start date of the time report. This should be a Saturday.
Times TeamDynamix.Api.Time.TimeEntry[] This field is nullable. The time entries associated with the time report.
Status TeamDynamix.Api.Time.TimeStatus The status of the time report.
TimeReportUid String This field is nullable. The UID of the user who submitted the time report.
UserFullName String This field is nullable. The full name of the user who submitted the time report.
UserAlertEmail String This field is nullable. The email address of the user who submitted the time report.
MinutesBillable Int64 The number of billable minutes associated with the time report.
MinutesNonBillable Int64 The number of non-billable minutes associated with the time report.
MinutesTotal Int64 The total number of minutes associated with the time report.
TimeEntriesCount Int32 The number of time entries associated with the time report.
ModifiedDate DateTime The last modified date of the time report.
CreatedDate DateTime The created date of the time report.
CompletedDate DateTime The completed date of the time report.