GET api/User/GetUserNotifySettings?userId={userId}&userAnagraficaId={userAnagraficaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
Required |
|
| userAnagraficaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UserNotifySettings| Name | Description | Type | Additional information |
|---|---|---|---|
| Notifiche | Collection of UserNotifySettingsItem |
None. |
|
| IsInError | boolean |
None. |
|
| Message | string |
None. |
|
| IdAspNet | string |
None. |
|
| CustomId | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Notifiche": [
{
"TipoNotificaId": 1,
"AnagraficaId": 2,
"Descrizione": "sample string 3",
"Checked": true
},
{
"TipoNotificaId": 1,
"AnagraficaId": 2,
"Descrizione": "sample string 3",
"Checked": true
}
],
"IsInError": true,
"Message": "sample string 2",
"IdAspNet": "sample string 3",
"CustomId": "sample string 4",
"Data": "sample string 5"
}