Monitor Report Server

<back to all web services

CompanyEventsRequest

The following routes are available for this service:
GET,POST/event/data/company
CompanyEventsRequest Parameters:
NameParameterData TypeRequiredDescription
CompanyIdbodyintNo
FrombodyDateTime?No
TobodyDateTime?No
Takebodyint?No
Skipbodyint?No
TimeZoneApiRequest Parameters:
NameParameterData TypeRequiredDescription
TimeZoneIdformstringNo
ApiRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /event/data/company HTTP/1.1 
Host: api.v3.monitorsystem.ru 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"CompanyId":0,"From":"\/Date(-62135596800000-0000)\/","To":"\/Date(-62135596800000-0000)\/","Take":0,"Skip":0,"TimeZoneId":"String","ApiKey":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[{"Kind":"Alarm","Id":0,"EventId":0,"ObjectId":0,"EventTime":"\/Date(-62135596800000-0000)\/","ServerTime":"\/Date(-62135596800000-0000)\/","EmailDescription":"String","Lat":0,"Lon":0,"Address":"String","SmsDescription":"String","Description":"String"}]