get_time_entries
Get non-billable time entries for a user within a date range.Parameters
Returns
A list ofTimeEntryDto objects, each containing:
timeEntryId— unique time entry identifieruserId— the user who logged the timenonBillableId— non-billable category IDtimeLogged— duration string (e.g.2h 30m)comment— optional commentdated— the date the time was logged for
get_resource_time
Get items with billable time logged by a user within a date range.Parameters
Returns
A list ofResourceTimeDto objects, each containing:
itemId— the item with time loggedcontainerId— the item’s containersequence— item sequence numbertimeEntries— list of time entries on this item
create_time_entry
Create a new non-billable time entry.Parameters
Returns
The createdTimeEntryDto.
update_time_entry
Update a non-billable time entry. Only provided fields are updated.Parameters
Returns
The updatedTimeEntryDto.