Name (singular): |
Time Tracking Entry |
Name (plural): |
Time Tracking Entries |
Alias (uri): |
time_entry |
Identifier (ID): |
cerberusweb.contexts.timetracking |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
activity_id |
number |
The ID of the activity for the work |
|
is_closed |
boolean |
Is this time entry archived? |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
|
log_date |
timestamp |
The date/time of the work |
x |
mins |
number |
The number of minutes worked (alternative to secs ) |
x |
secs |
number |
The number of seconds worked (alternative to mins ) |
x |
worker_id |
number |
The ID of the worker who completed the work |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
Field |
Type |
Description |
_context |
text |
Record type extension ID |
_label |
text |
Label |
_type |
text |
Record type alias |
id |
number |
Id |
is_closed |
boolean |
Is Closed |
log_date |
date |
Log Date |
mins |
minutes |
Time Spent |
record_url |
text |
Record Url |
summary |
text |
Summary |
worker_ |
record |
Worker |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in time tracking search queries:
Worklist Columns
These columns are available on time tracking worklists:
Column |
Description |
cf_<id> |
Custom Field |
tt_activity_id |
Activity |
tt_is_closed |
Is Closed |
tt_log_date |
Log Date |
tt_time_actual_mins |
Time Spent |
tt_time_actual_secs |
Time Spent |
tt_worker_id |
Worker |