Contents

Summary

A time entry logged against an item.

Properties

Name Editable? Required? Type Nullable? Summary
TimeID This field is required. Int32 The ID of the time entry.
ItemID This field is required. Int32 The ID of the work item associated with the time entry.
ItemTitle String This field is nullable. The title of the work item associated with the time entry.
InvoiceID String This field is nullable. The ID of the invoice associated with the time entry.
StatusFullName String This field is nullable. The full name of the user who last set the time entry's status (e.g. the manager who approved it).
StatusUid String This field is nullable. The UID of the user who last set the time entry's status.
StatusDate DateTime The date the approval status was last modified for the time entry.
Uid This field is required. String This field is nullable. The UID of the user who created the time entry.
CostRate Double The cost rate associated with the user when the time entry was created.
BillRate Double The bill rate associated with the user when the time entry was created.
Limited Boolean Whether the time type associated with the time entry is limited.
TimeTypeID This field is required. Int32 The ID of the time type associated with the time entry.
FunctionalRoleId Int32 The ID of the functional role associated with the time entry.
Billable Boolean Whether the time entry represents billable time.
AppID This field is required. Int32 The ID of the platform application containing the item time was entered against.
AppName String This field is nullable. The name of the platform application containing the item time was entered against.
Component This field is required. TeamDynamix.Api.Time.TimeEntryComponent The type of the item associated with the time entry.
Status TeamDynamix.Api.Time.TimeStatus The status of the time entry.
TicketID This field is required. Int32 The ID of the ticket associated with the time entry.
Hours Double The hours logged for the time entry.
Minutes This field is editable through the web API. This field is required. Double The minutes logged for the time entry.
Description This field is editable through the web API. String This field is nullable. The description of the time entry.
PortfolioID Int32 The ID of the portfolio associated with the time entry.
PortfolioName String This field is nullable. The name of the portfolio associated with the time entry.
ProjectID This field is required. Int32 The ID of the project/workspace/request associated with the time entry.
ProjectName String This field is nullable. The name of the project/workspace/request associated with the time entry.
PlanID This field is required. Int32 The ID of the project plan associated with the time entry.
TimeDate This field is required. DateTime The date associated with the time entry.
ProjectIsActive Boolean The active status of the project associated with the time entry.
ApproverFullName String The full name of the user who approved the time entry.
ApproverUid String The UID of the user who approved the time entry.