GET api/Notification

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NotificaAppS
NameDescriptionTypeAdditional information
Id

integer

None.

IdUtente

integer

None.

Titolo

string

None.

Testo

string

None.

Parametri

string

None.

DataInvio

date

None.

Letta

boolean

None.

IdAssemblea

integer

None.

Azione

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "IdUtente": 2,
    "Titolo": "sample string 3",
    "Testo": "sample string 4",
    "Parametri": "sample string 5",
    "DataInvio": "2025-12-06T05:56:41.4866176+01:00",
    "Letta": true,
    "IdAssemblea": 1,
    "Azione": "sample string 8"
  },
  {
    "Id": 1,
    "IdUtente": 2,
    "Titolo": "sample string 3",
    "Testo": "sample string 4",
    "Parametri": "sample string 5",
    "DataInvio": "2025-12-06T05:56:41.4866176+01:00",
    "Letta": true,
    "IdAssemblea": 1,
    "Azione": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNotificaAppS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AmminixtraCommon">
  <NotificaAppS>
    <Azione>sample string 8</Azione>
    <DataInvio>2025-12-06T05:56:41.4866176+01:00</DataInvio>
    <Id>1</Id>
    <IdAssemblea>1</IdAssemblea>
    <IdUtente>2</IdUtente>
    <Letta>true</Letta>
    <Parametri>sample string 5</Parametri>
    <Testo>sample string 4</Testo>
    <Titolo>sample string 3</Titolo>
  </NotificaAppS>
  <NotificaAppS>
    <Azione>sample string 8</Azione>
    <DataInvio>2025-12-06T05:56:41.4866176+01:00</DataInvio>
    <Id>1</Id>
    <IdAssemblea>1</IdAssemblea>
    <IdUtente>2</IdUtente>
    <Letta>true</Letta>
    <Parametri>sample string 5</Parametri>
    <Testo>sample string 4</Testo>
    <Titolo>sample string 3</Titolo>
  </NotificaAppS>
</ArrayOfNotificaAppS>