forked from ScoDoc/DocScoDoc
39 lines
802 B
Markdown
39 lines
802 B
Markdown
### permissions
|
|
|
|
#### GET /permissions
|
|
```json
|
|
[
|
|
"ScoSuperAdmin",
|
|
"APIView",
|
|
"ScoView",
|
|
"ScoEnsView",
|
|
"ScoObservateur",
|
|
"ScoUsersAdmin",
|
|
"ScoUsersView",
|
|
"ScoChangePreferences",
|
|
"ScoChangeFormation",
|
|
"ScoEditFormationTags",
|
|
"ScoEditAllNotes",
|
|
"ScoEditAllEvals",
|
|
"ScoImplement",
|
|
"ScoAbsChange",
|
|
"ScoAbsAddBillet",
|
|
"ScoEtudChangeAdr",
|
|
"APIEditGroups",
|
|
"ScoEtudChangeGroups",
|
|
"ScoEtudInscrit",
|
|
"ScoEtudAddAnnotations",
|
|
"ScoEntrepriseView",
|
|
"ScoEntrepriseChange",
|
|
"ScoEditPVJury",
|
|
"ScoEditApo",
|
|
"RelationsEntreprisesView",
|
|
"RelationsEntreprisesChange",
|
|
"RelationsEntreprisesExport",
|
|
"RelationsEntreprisesSend",
|
|
"RelationsEntreprisesValidate",
|
|
"RelationsEntreprisesCorrespondants"
|
|
]
|
|
```
|
|
|