forked from ScoDoc/DocScoDoc
31 lines
500 B
Markdown
31 lines
500 B
Markdown
### roles
|
|
|
|
#### GET /roles
|
|
```json
|
|
[
|
|
{
|
|
"id": 1,
|
|
"permissions": [
|
|
"Observateur"
|
|
],
|
|
"role_name": "Observateur"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"permissions": [
|
|
"ScoEntrepriseView",
|
|
"ScoEtudAddAnnotations",
|
|
"ScoAbsAddBillet",
|
|
"ScoAbsChange",
|
|
"UsersView",
|
|
"Observateur",
|
|
"EnsView",
|
|
"ScoView"
|
|
],
|
|
"role_name": "Ens"
|
|
},
|
|
"..."
|
|
]
|
|
```
|
|
|