39 lines
702 B
Markdown
39 lines
702 B
Markdown
|
### roles_list
|
||
|
|
||
|
#### GET /roles
|
||
|
```json
|
||
|
[
|
||
|
{
|
||
|
"id": 1,
|
||
|
"permissions": [
|
||
|
"ViewEtudData",
|
||
|
"EtudAddAnnotations",
|
||
|
"AbsAddBillet",
|
||
|
"AbsChange",
|
||
|
"UsersView",
|
||
|
"Observateur",
|
||
|
"EnsView",
|
||
|
"ScoView"
|
||
|
],
|
||
|
"role_name": "Ens"
|
||
|
},
|
||
|
{
|
||
|
"id": 2,
|
||
|
"permissions": [
|
||
|
"ViewEtudData",
|
||
|
"EditApogee",
|
||
|
"EtudAddAnnotations",
|
||
|
"EtudChangeAdr",
|
||
|
"AbsAddBillet",
|
||
|
"AbsChange",
|
||
|
"UsersView",
|
||
|
"Observateur",
|
||
|
"ScoView"
|
||
|
],
|
||
|
"role_name": "Secr"
|
||
|
},
|
||
|
"..."
|
||
|
]
|
||
|
```
|
||
|
|