GET api/EventDB/Count/{EventId}/{type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EventId

integer

Required

type

string

Required

Body Parameters

None.

Response Information

Resource Description

event_db_count_dc
NameDescriptionTypeAdditional information
count

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "count": 1
}

application/xml, text/xml

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