GET api/event_count_by_years

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of event_count_by_year_dc
NameDescriptionTypeAdditional information
Year

integer

None.

Count

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Year": 1,
    "Count": 1
  },
  {
    "Year": 1,
    "Count": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfevent_count_by_year_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <event_count_by_year_dc>
    <Count>1</Count>
    <Year>1</Year>
  </event_count_by_year_dc>
  <event_count_by_year_dc>
    <Count>1</Count>
    <Year>1</Year>
  </event_count_by_year_dc>
</ArrayOfevent_count_by_year_dc>