GET api/MobileEvent

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
filter
Documentation for 'filter'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Imei": "sample string 1",
      "UtcDateTime": 2,
      "EstimatedTime": 3,
      "ActionType": 4
    },
    {
      "Imei": "sample string 1",
      "UtcDateTime": 2,
      "EstimatedTime": 3,
      "ActionType": 4
    },
    {
      "Imei": "sample string 1",
      "UtcDateTime": 2,
      "EstimatedTime": 3,
      "ActionType": 4
    }
  ]
}

text/javascript

Sample:
{"Data":[{"Imei":"sample string 1","UtcDateTime":2,"EstimatedTime":3,"ActionType":4},{"Imei":"sample string 1","UtcDateTime":2,"EstimatedTime":3,"ActionType":4},{"Imei":"sample string 1","UtcDateTime":2,"EstimatedTime":3,"ActionType":4}]}

application/xml, text/xml

Sample:
<DataJsonOfMobileEventMXee_PAti xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAPI.WebService.Models.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAPI.WebService.Models">
    <d2p1:MobileEvent>
      <d2p1:ActionType>4</d2p1:ActionType>
      <d2p1:EstimatedTime>3</d2p1:EstimatedTime>
      <d2p1:Imei>sample string 1</d2p1:Imei>
      <d2p1:UtcDateTime>2</d2p1:UtcDateTime>
    </d2p1:MobileEvent>
    <d2p1:MobileEvent>
      <d2p1:ActionType>4</d2p1:ActionType>
      <d2p1:EstimatedTime>3</d2p1:EstimatedTime>
      <d2p1:Imei>sample string 1</d2p1:Imei>
      <d2p1:UtcDateTime>2</d2p1:UtcDateTime>
    </d2p1:MobileEvent>
    <d2p1:MobileEvent>
      <d2p1:ActionType>4</d2p1:ActionType>
      <d2p1:EstimatedTime>3</d2p1:EstimatedTime>
      <d2p1:Imei>sample string 1</d2p1:Imei>
      <d2p1:UtcDateTime>2</d2p1:UtcDateTime>
    </d2p1:MobileEvent>
  </Data>
</DataJsonOfMobileEventMXee_PAti>