Monitor Report Server

<back to all web services

ObjectEventsRequest

The following routes are available for this service:
GET,POST/event/data/object
ObjectEventsRequest Parameters:
NameParameterData TypeRequiredDescription
ObjectIdbodyintNo
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 .csv suffix or ?format=csv

HTTP + CSV

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

POST /event/data/object HTTP/1.1 
Host: api.v3.monitorsystem.ru 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"ObjectId":0,"From":"\/Date(-62135596800000-0000)\/","To":"\/Date(-62135596800000-0000)\/","Take":0,"Skip":0,"TimeZoneId":"String","ApiKey":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
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"}]