You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
End date, example time.DateOnly. Should be greater than Start date. (Optional)
25
+
26
+
.PARAMETEREnrichResponse
27
+
EnrichResponse, optional, default false. It will force the detailed report to return as much information as possible, as it does for the export. (Optional)
28
+
29
+
.PARAMETERFirstId
30
+
(Optional)
31
+
32
+
.PARAMETERFirstRowNumber
33
+
(Optional)
34
+
35
+
.PARAMETERFirstTimestamp
36
+
(Optional)
37
+
38
+
.PARAMETERGroupIds
39
+
Group IDs, optional, filtering attribute. (Optional)
40
+
41
+
.PARAMETERGrouped
42
+
Whether time entries should be grouped, optional, default false. (Optional)
43
+
44
+
.PARAMETERHideAmounts
45
+
Whether amounts should be hidden, optional, default false. (Optional)
46
+
47
+
.PARAMETERMaxDurationSeconds
48
+
Max duration seconds, optional, filtering attribute. Time Audit only, should be greater than MinDurationSeconds. (Optional)
49
+
50
+
.PARAMETERMinDurationSeconds
51
+
Min duration seconds, optional, filtering attribute. Time Audit only, should be less than MaxDurationSeconds. (Optional)
52
+
53
+
.PARAMETEROrderBy
54
+
Order by field, optional, default "date". Can be "date", "user", "duration", "description" or "last_update". (Optional)
55
+
56
+
.PARAMETEROrderDir
57
+
Order direction, optional. Can be ASC or DESC. (Optional)
58
+
59
+
.PARAMETERPageSize
60
+
PageSize defines the number of items per page, optional, default 50. (Optional)
61
+
62
+
.PARAMETERProjectIds
63
+
Project IDs, optional, filtering attribute. To filter records with no projects, use [null]. (Optional)
64
+
65
+
.PARAMETERRounding
66
+
Whether time should be rounded, optional, default from user preferences. (Optional)
67
+
68
+
.PARAMETERRoundingMinutes
69
+
Rounding minutes value, optional, default from user preferences. Should be 0, 1, 5, 6, 10, 12, 15, 30, 60 or 240. (Optional)
70
+
71
+
.PARAMETERStartTime
72
+
(Optional)
73
+
74
+
.PARAMETERStartDate
75
+
Start date, example time.DateOnly. Should be less than End date. (Optional)
76
+
77
+
.PARAMETERTagIds
78
+
Tag IDs, optional, filtering attribute. To filter records with no tags, use [null]. (Optional)
79
+
80
+
.PARAMETERTaskIds
81
+
Task IDs, optional, filtering attribute. To filter records with no tasks, use [null]. (Optional)
82
+
83
+
.PARAMETERTimeEntryIds
84
+
TimeEntryIDs filters by time entries. This was added to support retro-compatibility with reports v2. (Optional)
85
+
86
+
.PARAMETERUserIds
87
+
User IDs, optional, filtering attribute. (Optional)
0 commit comments