GET api/EventDB/Count/{EventId}/{type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
Required |
|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
event_db_count_dc| Name | Description | Type | Additional 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>