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

HTTP + XML

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: application/xml
Content-Type: application/xml
Content-Length: length

<ObjectEventsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client.Events">
  <ApiKey xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client">String</ApiKey>
  <TimeZoneId xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client">String</TimeZoneId>
  <From>0001-01-01T00:00:00</From>
  <ObjectId>0</ObjectId>
  <Skip>0</Skip>
  <Take>0</Take>
  <To>0001-01-01T00:00:00</To>
</ObjectEventsRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.Data.Event">
  <Event>
    <Address>String</Address>
    <Description>String</Description>
    <EmailDescription>String</EmailDescription>
    <EventId>0</EventId>
    <EventTime>0001-01-01T00:00:00</EventTime>
    <Id>0</Id>
    <Kind>Alarm</Kind>
    <Lat>0</Lat>
    <Lon>0</Lon>
    <ObjectId>0</ObjectId>
    <ServerTime>0001-01-01T00:00:00</ServerTime>
    <SmsDescription>String</SmsDescription>
  </Event>
</ArrayOfEvent>