1
|
[
|
2
|
{
|
3
|
"pk": 1,
|
4
|
"model": "ressources.office",
|
5
|
"fields": {
|
6
|
"city": "Somwhere",
|
7
|
"fax": "",
|
8
|
"description": "",
|
9
|
"service": 1,
|
10
|
"slug": "CMPP_siege",
|
11
|
"phone": "",
|
12
|
"address": "30 rue du coup",
|
13
|
"zip_code": "3000",
|
14
|
"email": "",
|
15
|
"address_complement": ""
|
16
|
}
|
17
|
},
|
18
|
{
|
19
|
"pk": 1,
|
20
|
"model": "ressources.room",
|
21
|
"fields": {
|
22
|
"etablissement": 1,
|
23
|
"name": "SK"
|
24
|
}
|
25
|
},
|
26
|
{
|
27
|
"pk": 2,
|
28
|
"model": "ressources.room",
|
29
|
"fields": {
|
30
|
"etablissement": 1,
|
31
|
"name": "Salle 4"
|
32
|
}
|
33
|
},
|
34
|
{
|
35
|
"pk": 3,
|
36
|
"model": "ressources.room",
|
37
|
"fields": {
|
38
|
"etablissement": 1,
|
39
|
"name": "test"
|
40
|
}
|
41
|
},
|
42
|
{
|
43
|
"pk": 1,
|
44
|
"model": "ressources.service",
|
45
|
"fields": {
|
46
|
"fax": "",
|
47
|
"description": "",
|
48
|
"slug": "cmpp",
|
49
|
"phone": "",
|
50
|
"email": "",
|
51
|
"name": "CMPP"
|
52
|
}
|
53
|
},
|
54
|
{
|
55
|
"pk": 2,
|
56
|
"model": "ressources.service",
|
57
|
"fields": {
|
58
|
"fax": "",
|
59
|
"description": "",
|
60
|
"slug": "camsp",
|
61
|
"phone": "",
|
62
|
"email": "",
|
63
|
"name": "CAMSP"
|
64
|
}
|
65
|
},
|
66
|
{
|
67
|
"pk": 3,
|
68
|
"model": "ressources.service",
|
69
|
"fields": {
|
70
|
"fax": "",
|
71
|
"description": "",
|
72
|
"slug": "sessad-dys",
|
73
|
"phone": "",
|
74
|
"email": "",
|
75
|
"name": "SESSAD DYS"
|
76
|
}
|
77
|
},
|
78
|
{
|
79
|
"pk": 4,
|
80
|
"model": "ressources.service",
|
81
|
"fields": {
|
82
|
"fax": "",
|
83
|
"description": "",
|
84
|
"slug": "sessad-ted",
|
85
|
"phone": "",
|
86
|
"email": "",
|
87
|
"name": "SESSAD TED"
|
88
|
}
|
89
|
},
|
90
|
{
|
91
|
"pk": 1,
|
92
|
"model": "ressources.acttype",
|
93
|
"fields": {
|
94
|
"name": "CS",
|
95
|
"billable": true
|
96
|
}
|
97
|
},
|
98
|
{
|
99
|
"pk": 1,
|
100
|
"model": "ressources.workertype",
|
101
|
"fields": {
|
102
|
"intervene": false,
|
103
|
"name": "Secr\u00e9taire"
|
104
|
}
|
105
|
},
|
106
|
{
|
107
|
"pk": 2,
|
108
|
"model": "ressources.workertype",
|
109
|
"fields": {
|
110
|
"intervene": true,
|
111
|
"name": "Neuropsychiatre"
|
112
|
}
|
113
|
},
|
114
|
{
|
115
|
"pk": 3,
|
116
|
"model": "ressources.workertype",
|
117
|
"fields": {
|
118
|
"intervene": true,
|
119
|
"name": "G\u00e9n\u00e9raliste"
|
120
|
}
|
121
|
},
|
122
|
{
|
123
|
"pk": 4,
|
124
|
"model": "ressources.workertype",
|
125
|
"fields": {
|
126
|
"intervene": true,
|
127
|
"name": "Orthophonistes"
|
128
|
}
|
129
|
}
|
130
|
]
|