GET api/IscrittoCovid?categoria={categoria}&comune_ref={comune_ref}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoria | string |
Required |
|
| comune_ref | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IscrittoCovid| Name | Description | Type | Additional information |
|---|---|---|---|
| COMUNE_STR | string |
None. |
|
| CATEGORIA | string |
None. |
|
| NOME | string |
None. |
|
| TIPOLOGIA | string |
None. |
|
| SITO | string |
None. |
|
| string |
None. |
||
| TELEFONO | string |
None. |
|
| APERTURA | date |
None. |
|
| TRATTAMENTO | string |
None. |
|
| PROVENIENZA | string |
None. |
|
| IN_LOCO | boolean |
None. |
|
| DOMICILIO | boolean |
None. |
|
| ASPORTO | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"COMUNE_STR": "sample string 1",
"CATEGORIA": "sample string 2",
"NOME": "sample string 3",
"TIPOLOGIA": "sample string 4",
"SITO": "sample string 5",
"MAIL": "sample string 6",
"TELEFONO": "sample string 7",
"APERTURA": "2025-12-16T06:09:13.1799227+01:00",
"TRATTAMENTO": "sample string 9",
"PROVENIENZA": "sample string 10",
"IN_LOCO": true,
"DOMICILIO": true,
"ASPORTO": true
},
{
"COMUNE_STR": "sample string 1",
"CATEGORIA": "sample string 2",
"NOME": "sample string 3",
"TIPOLOGIA": "sample string 4",
"SITO": "sample string 5",
"MAIL": "sample string 6",
"TELEFONO": "sample string 7",
"APERTURA": "2025-12-16T06:09:13.1799227+01:00",
"TRATTAMENTO": "sample string 9",
"PROVENIENZA": "sample string 10",
"IN_LOCO": true,
"DOMICILIO": true,
"ASPORTO": true
}
]
application/xml, text/xml
Sample:
<ArrayOfIscrittoCovid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NowTicket_API.Models">
<IscrittoCovid>
<APERTURA>2025-12-16T06:09:13.1799227+01:00</APERTURA>
<ASPORTO>true</ASPORTO>
<CATEGORIA>sample string 2</CATEGORIA>
<COMUNE_STR>sample string 1</COMUNE_STR>
<DOMICILIO>true</DOMICILIO>
<IN_LOCO>true</IN_LOCO>
<MAIL>sample string 6</MAIL>
<NOME>sample string 3</NOME>
<PROVENIENZA>sample string 10</PROVENIENZA>
<SITO>sample string 5</SITO>
<TELEFONO>sample string 7</TELEFONO>
<TIPOLOGIA>sample string 4</TIPOLOGIA>
<TRATTAMENTO>sample string 9</TRATTAMENTO>
</IscrittoCovid>
<IscrittoCovid>
<APERTURA>2025-12-16T06:09:13.1799227+01:00</APERTURA>
<ASPORTO>true</ASPORTO>
<CATEGORIA>sample string 2</CATEGORIA>
<COMUNE_STR>sample string 1</COMUNE_STR>
<DOMICILIO>true</DOMICILIO>
<IN_LOCO>true</IN_LOCO>
<MAIL>sample string 6</MAIL>
<NOME>sample string 3</NOME>
<PROVENIENZA>sample string 10</PROVENIENZA>
<SITO>sample string 5</SITO>
<TELEFONO>sample string 7</TELEFONO>
<TIPOLOGIA>sample string 4</TIPOLOGIA>
<TRATTAMENTO>sample string 9</TRATTAMENTO>
</IscrittoCovid>
</ArrayOfIscrittoCovid>