forked from rero/rero-ils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbudgets.json
52 lines (52 loc) · 1.05 KB
/
budgets.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
43
44
45
46
47
48
49
50
51
52
[
{
"pid": "1",
"name": "2020",
"start_date": "2020-01-01",
"end_date": "2020-12-31",
"is_active": true,
"organisation": {
"$ref": "https://ils.rero.ch/api/organisations/1"
}
},
{
"pid": "2",
"name": "2019",
"start_date": "2019-01-01",
"end_date": "2019-12-31",
"is_active": true,
"organisation": {
"$ref": "https://ils.rero.ch/api/organisations/1"
}
},
{
"pid": "3",
"name": "2018",
"start_date": "2018-01-01",
"end_date": "2018-12-31",
"is_active": true,
"organisation": {
"$ref": "https://ils.rero.ch/api/organisations/1"
}
},
{
"pid": "4",
"name": "2020",
"start_date": "2020-01-01",
"end_date": "2020-12-31",
"is_active": true,
"organisation": {
"$ref": "https://ils.rero.ch/api/organisations/2"
}
},
{
"pid": "5",
"name": "2020",
"start_date": "2020-01-01",
"end_date": "2020-12-31",
"is_active": true,
"organisation": {
"$ref": "https://ils.rero.ch/api/organisations/3"
}
}
]