GET api/todaysStat

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

angularTodaysStat
NameDescriptionTypeAdditional information
todayStatAntal

string

None.

todayStatLev

string

None.

todayStatProcent

string

None.

Response Formats

application/json, text/json

Sample:
{
  "todayStatAntal": "sample string 1",
  "todayStatLev": "sample string 2",
  "todayStatProcent": "sample string 3"
}

text/html

Sample:
{"todayStatAntal":"sample string 1","todayStatLev":"sample string 2","todayStatProcent":"sample string 3"}

application/xml, text/xml

Sample:
<angularTodaysStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapi.Controllers">
  <todayStatAntal>sample string 1</todayStatAntal>
  <todayStatLev>sample string 2</todayStatLev>
  <todayStatProcent>sample string 3</todayStatProcent>
</angularTodaysStat>

multipart/form-data

Sample:
<angularTodaysStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapi.Controllers"><todayStatAntal>sample string 1</todayStatAntal><todayStatLev>sample string 2</todayStatLev><todayStatProcent>sample string 3</todayStatProcent></angularTodaysStat>