GET api/Estrazioni/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Estrazione| Name | Description | Type | Additional information |
|---|---|---|---|
| DataEstrazione | date |
None. |
|
| NumeroEstrazione | integer |
None. |
|
| Ruota | string |
None. |
|
| PrimoEstratto | integer |
None. |
|
| SecondoEstratto | integer |
None. |
|
| TerzoEstratto | integer |
None. |
|
| QuartoEstratto | integer |
None. |
|
| QuintoEstratto | integer |
None. |
|
| Id | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DataEstrazione": "2025-12-03T07:50:55.0744513+01:00",
"NumeroEstrazione": 2,
"Ruota": "sample string 3",
"PrimoEstratto": 4,
"SecondoEstratto": 5,
"TerzoEstratto": 6,
"QuartoEstratto": 7,
"QuintoEstratto": 8,
"Id": "sample string 9"
},
{
"DataEstrazione": "2025-12-03T07:50:55.0744513+01:00",
"NumeroEstrazione": 2,
"Ruota": "sample string 3",
"PrimoEstratto": 4,
"SecondoEstratto": 5,
"TerzoEstratto": 6,
"QuartoEstratto": 7,
"QuintoEstratto": 8,
"Id": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfEstrazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/it.t9a.Interfaces.Model">
<Estrazione>
<Id>sample string 9</Id>
<DataEstrazione>2025-12-03T07:50:55.0744513+01:00</DataEstrazione>
<NumeroEstrazione>2</NumeroEstrazione>
<PrimoEstratto>4</PrimoEstratto>
<QuartoEstratto>7</QuartoEstratto>
<QuintoEstratto>8</QuintoEstratto>
<Ruota>sample string 3</Ruota>
<SecondoEstratto>5</SecondoEstratto>
<TerzoEstratto>6</TerzoEstratto>
</Estrazione>
<Estrazione>
<Id>sample string 9</Id>
<DataEstrazione>2025-12-03T07:50:55.0744513+01:00</DataEstrazione>
<NumeroEstrazione>2</NumeroEstrazione>
<PrimoEstratto>4</PrimoEstratto>
<QuartoEstratto>7</QuartoEstratto>
<QuintoEstratto>8</QuintoEstratto>
<Ruota>sample string 3</Ruota>
<SecondoEstratto>5</SecondoEstratto>
<TerzoEstratto>6</TerzoEstratto>
</Estrazione>
</ArrayOfEstrazione>