GET api/Mailing/GetPrivacyConsent?Application={Application}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Application | string |
Default value is RA |
Body Parameters
None.
Response Information
Resource Description
PrivacyConsent| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of PrivacyConsentItem |
None. |
|
| Error | boolean |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"PrivacyId": 2,
"Attivo": true,
"Obbligatorio": true,
"LinkModulo": "sample string 5",
"Descrizione": "sample string 6",
"Abstract": "sample string 7",
"Automatico": 8,
"Codice": "sample string 9"
},
{
"Id": 1,
"PrivacyId": 2,
"Attivo": true,
"Obbligatorio": true,
"LinkModulo": "sample string 5",
"Descrizione": "sample string 6",
"Abstract": "sample string 7",
"Automatico": 8,
"Codice": "sample string 9"
}
],
"Error": true,
"ErrorMessage": "sample string 2"
}