-
Notifications
You must be signed in to change notification settings - Fork 4
/
sampleDataDump.json
38 lines (38 loc) · 1.05 KB
/
sampleDataDump.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"description": "Example description",
"projectId": "5aa8ce27b07123456e9b91ba",
"projectName": "Some cool project",
"projectColor": "#03a9f4",
"taskId": null,
"taskName": null,
"clientName": "Awesome client guy",
"tagIds": [],
"billable": true,
"duration": "PT6H58S"
},
{
"description": "Example description",
"projectId": "5aa8ce27b07123456e9b91ba",
"projectName": "Some cool project",
"projectColor": "#03a9f4",
"taskId": null,
"taskName": null,
"clientName": "Awesome client guy",
"tagIds": [],
"billable": true,
"duration": "PT1H"
},
{
"description": "Example description",
"projectId": "5aa8ce27b07123456e9b91ba",
"projectName": "Some cool project",
"projectColor": "#03a9f4",
"taskId": null,
"taskName": null,
"clientName": "Awesome client guy",
"tagIds": [],
"billable": true,
"duration": "PT4H16M"
}
]