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