-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
42 lines (42 loc) · 1.15 KB
/
data.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
39
40
41
42
[
{
"Id": 1,
"Status": 2,
"Reference": "",
"Description": "test1",
"DateTime": "2022-06-20T00:00:00+02:00",
"Meeting": false,
"Created": "2022-06-20T21:41:08.761908+02:00",
"Modified": "2022-06-20T21:44:37.028114+02:00"
},
{
"Id": 2,
"Status": 0,
"Reference": "",
"Description": "test2",
"DateTime": "2022-06-20T00:00:00+02:00",
"Meeting": false,
"Created": "2022-06-20T21:41:11.017908+02:00",
"Modified": "2022-06-20T21:41:11.017908+02:00"
},
{
"Id": 3,
"Status": 0,
"Reference": "",
"Description": "test3",
"DateTime": "2022-06-20T00:00:00+02:00",
"Meeting": false,
"Created": "2022-06-20T21:41:12.928043+02:00",
"Modified": "2022-06-20T21:41:12.928044+02:00"
},
{
"Id": 6,
"Status": 0,
"Reference": "",
"Description": "test1",
"DateTime": "2022-06-21T00:00:00+02:00",
"Meeting": false,
"Created": "2022-06-20T21:44:37.028116+02:00",
"Modified": "2022-06-20T21:44:37.028116+02:00"
}
]