GET api/Permesso
Tutti i permessi disponibili
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DTOPermesso| Name | Description | Type | Additional information |
|---|---|---|---|
| IdGruppo | integer |
None. |
|
| Operazione | PermessiUtente |
None. |
|
| IsAbilitato | boolean |
None. |
|
| DataAgg | date |
None. |
|
| ChiavePermesso | string |
None. |
|
| NomePermesso | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdGruppo": 1,
"Operazione": 1,
"IsAbilitato": true,
"DataAgg": "2026-03-22T16:01:01.0963516",
"ChiavePermesso": "sample string 4",
"NomePermesso": "sample string 5"
},
{
"IdGruppo": 1,
"Operazione": 1,
"IsAbilitato": true,
"DataAgg": "2026-03-22T16:01:01.0963516",
"ChiavePermesso": "sample string 4",
"NomePermesso": "sample string 5"
}
]