60% Off for 3 Months

Time Entries

Time Entries represent time spent working for a client or project.

Access Requirements

Access

Requires Authorization

Scopes

user:time_entries:read
user:time_entries:write

Important Note

When using GET calls for Projects and Time Tracking, please leave out the Content Type from your header.

Includes

There are no includes for time entries.

Filters

Filter Type

Name

Description

Bool

billable

true returns entries that can be automatically added to an invoice

Bool

billed

true returns entries that have already been added to an invoice

Equals

client_id

matches exact client id

Bool

include_deleted

true returns deleted time entries

Bool

team

true returns entries logged by all members of the business

Bool

include_unlogged

true returns entries currently in progress for a running timer

Datetime

started_from

matches entries that take place at or after the specified UTC date/time

Datetime

started_to

matches entries that take place before or at the specified UTC date/time

Datetime

updated_since

matches entries that have been updated at or after the specified UTC date/time

Equals

identity_id

matches entries logged against a specific teammate or user


Field Descriptions

underlined fields are required on creation

Field

Type

Description

billable

bool

True for entries that can be automatically added to an invoice

billed

bool

True for entries that have already been added to an invoice or manually marked as billed

client_id

int

The unique identifier of the client to be billed for this entry

duration

int

The length of time in seconds

internal

bool

True if the time entry is not assigned to a client

is_logged

bool

False if the time entry is being created from a running timer

note

string

A short description of the work being done during the time

project_id

int

The unique identifier of the project worked on during the time

service_id

int

The unique identifier of the project service worked on during the time

started_at

int

The date/time in UTC when the work started

identity_id

int

The unique identifier of the teammate or user logging the time entry

 

Time Entries - FreshBooks