audit |
SummaryAudit |
|
[optional] |
billable |
bool |
Whether the time entry is set as billable, optional, premium feature. |
[optional] |
client_ids |
list[int] |
Client IDs, optional, filtering attribute. To filter records with no clients, use [null]. |
[optional] |
description |
str |
Description, optional, filtering attribute. |
[optional] |
distinguish_rates |
bool |
DistinguishRates will create new subgroups for each rate, optional, default false. |
[optional] |
end_date |
str |
End date, example time.DateOnly. Should be greater than Start date. |
[optional] |
group_ids |
list[int] |
Group IDs, optional, filtering attribute. |
[optional] |
grouping |
str |
Grouping option, optional. |
[optional] |
include_time_entry_ids |
bool |
Whether time entry IDs should be included in the results, optional, default false. Not applicable for export. |
[optional] |
max_duration_seconds |
int |
Max duration seconds, optional, filtering attribute. Time Audit only, should be greater than MinDurationSeconds. |
[optional] |
min_duration_seconds |
int |
Min duration seconds, optional, filtering attribute. Time Audit only, should be less than MaxDurationSeconds. |
[optional] |
posted_fields |
list[str] |
|
[optional] |
project_ids |
list[int] |
Project IDs, optional, filtering attribute. To filter records with no projects, use [null]. |
[optional] |
rounding |
int |
Whether time should be rounded, optional, default from workspace settings. |
[optional] |
rounding_minutes |
int |
Rounding minutes value, optional, default from workspace settings. Should be 0, 1, 5, 6, 10, 12, 15, 30, 60 or 240. |
[optional] |
start_time |
str |
|
[optional] |
start_date |
str |
Start date, example time.DateOnly. Should be less than End date. |
[optional] |
sub_grouping |
str |
SubGrouping option, optional. |
[optional] |
tag_ids |
list[int] |
Tag IDs, optional, filtering attribute. To filter records with no tags, use [null]. |
[optional] |
task_ids |
list[int] |
Task IDs, optional, filtering attribute. To filter records with no tasks, use [null]. |
[optional] |
time_entry_ids |
list[int] |
TimeEntryIDs filters by time entries. This was added to support retro-compatibility with reports v2. |
[optional] |
user_ids |
list[int] |
User IDs, optional, filtering attribute. |
[optional] |