GET api/statistiche/home?IdEsame={IdEsame}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IdEsame

unsigned integer

Required

Body Parameters

None.

Response Information

Resource Description

StatisticheHome
NameDescriptionTypeAdditional information
Livello

integer

None.

Schede_MediaErrori

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Livello": 1,
  "Schede_MediaErrori": 2
}

application/xml, text/xml

Sample:
<StatisticheHome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GalileoNETWebAPI.Common">
  <Livello>1</Livello>
  <Schede_MediaErrori>2</Schede_MediaErrori>
</StatisticheHome>