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 .jsv suffix or ?format=jsv

HTTP + JSV

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/jsv
Content-Type: text/jsv
Content-Length: length

{
	ObjectId: 0,
	From: 0001-01-01,
	To: 0001-01-01,
	Take: 0,
	Skip: 0,
	TimeZoneId: String,
	ApiKey: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		Kind: Alarm,
		Id: 0,
		EventId: 0,
		ObjectId: 0,
		EventTime: 0001-01-01,
		ServerTime: 0001-01-01,
		EmailDescription: String,
		Lat: 0,
		Lon: 0,
		Address: String,
		SmsDescription: String,
		Description: String
	}
]