Parameters

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
FromIndex
integer
(query)
The starting index of the page (exclusive)
PageSize
integer
(query)
The size of the page
GroupId
integer
(query)
Filters the result set by GroupId
UpdatesFrom
string
(query)
Returns status of all users that has been active after or equal to this timestamp (As defined by date-time - RFC3339) Sample date-time: 1996-12-19T16:39:57-08:00 This represents 39 minutes and 57 seconds after the 16th hour of December 19th, 1996 with an offset of -08:00 from UTC (Pacific Standard Time). Note that this is equivalent to 1996-12-20T00:39:57Z in UTC.
Kind
string
(query)
Filters the result set by user kind.
Name
string
(query)
Filters the result set by name. The comparison is case insensitive, and is applied with wildcards before and after the search string.

											
[
  {
    "calculatedSpeed": 0,
    "description": "string",
    "deviceActivity": "string",
    "devices": [
      {
        "aPN": "string",
        "created": "string",
        "deviceDefinitionID": 0,
        "devicePassword": "string",
        "email": "string",
        "gPRSPassword": "string",
        "gPRSUsername": "string",
        "hidePosition": true,
        "iD": 0,
        "iMEI": "string",
        "lastIP": "string",
        "lastPort": 0,
        "latitude": 0,
        "longitude": 0,
        "mobileNetworkID": 0,
        "msgFieldDictionaryID": 0,
        "mSISDN": {
          "raw": "string"
        },
        "name": "string",
        "oneWireVariables": [
          {
            "deviceDefinitionID": 0,
            "deviceID": 0,
            "oneWireID": "string",
            "variableName": "string"
          }
        ],
        "ownerEmail": "string",
        "ownerID": 0,
        "ownerName": "string",
        "ownerUsername": "string",
        "profileId": 0,
        "protocolID": "string",
        "protocolVersionID": 0,
        "proximity": 0,
        "staticIP": "string",
        "staticPort": 0,
        "timeStamp": "string"
      }
    ],
    "driverID": "string",
    "email": "string",
    "icon": {
      "iconGUID": "string",
      "iconOffsetX": 0,
      "iconOffsetY": 0,
      "rotatable": true
    },
    "id": 0,
    "lastTransport": "string",
    "name": "string",
    "originalApplicationID": 0,
    "phoneNumber": "string",
    "surname": "string",
    "trackPoint": {
      "position": {
        "altitude": 0,
        "latitude": 0,
        "longitude": 0
      },
      "uTC": "string",
      "valid": true,
      "velocity": {
        "groundSpeed": 0,
        "heading": 0
      }
    },
    "username": "string",
    "userTemplateID": 0
  }
]											
										

Parameters

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
userid:long * required
integer
(query)
UserId of the User you want to work with.
Identifier
string
(query)

											
{
  "calculatedSpeed": 0,
  "description": "string",
  "deviceActivity": "string",
  "devices": [
    {
      "aPN": "string",
      "created": "string",
      "deviceDefinitionID": 0,
      "devicePassword": "string",
      "email": "string",
      "gPRSPassword": "string",
      "gPRSUsername": "string",
      "hidePosition": true,
      "iD": 0,
      "iMEI": "string",
      "lastIP": "string",
      "lastPort": 0,
      "latitude": 0,
      "longitude": 0,
      "mobileNetworkID": 0,
      "msgFieldDictionaryID": 0,
      "mSISDN": {
        "raw": "string"
      },
      "name": "string",
      "oneWireVariables": [
        {
          "deviceDefinitionID": 0,
          "deviceID": 0,
          "oneWireID": "string",
          "variableName": "string"
        }
      ],
      "ownerEmail": "string",
      "ownerID": 0,
      "ownerName": "string",
      "ownerUsername": "string",
      "profileId": 0,
      "protocolID": "string",
      "protocolVersionID": 0,
      "proximity": 0,
      "staticIP": "string",
      "staticPort": 0,
      "timeStamp": "string"
    }
  ],
  "driverID": "string",
  "email": "string",
  "icon": {
    "iconGUID": "string",
    "iconOffsetX": 0,
    "iconOffsetY": 0,
    "rotatable": true
  },
  "id": 0,
  "lastTransport": "string",
  "name": "string",
  "originalApplicationID": 0,
  "phoneNumber": "string",
  "surname": "string",
  "trackPoint": {
    "position": {
      "altitude": 0,
      "latitude": 0,
      "longitude": 0
    },
    "uTC": "string",
    "valid": true,
    "velocity": {
      "groundSpeed": 0,
      "heading": 0
    }
  },
  "username": "string",
  "userTemplateID": 0
}										
										

Parameters

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
userid:long * required
string
(query)
Username of the User you want to work with.
Identifier
string
(query)

											
{
  "calculatedSpeed": 0,
  "description": "string",
  "deviceActivity": "string",
  "devices": [
    {
      "aPN": "string",
      "created": "string",
      "deviceDefinitionID": 0,
      "devicePassword": "string",
      "email": "string",
      "gPRSPassword": "string",
      "gPRSUsername": "string",
      "hidePosition": true,
      "iD": 0,
      "iMEI": "string",
      "lastIP": "string",
      "lastPort": 0,
      "latitude": 0,
      "longitude": 0,
      "mobileNetworkID": 0,
      "msgFieldDictionaryID": 0,
      "mSISDN": {
        "raw": "string"
      },
      "name": "string",
      "oneWireVariables": [
        {
          "deviceDefinitionID": 0,
          "deviceID": 0,
          "oneWireID": "string",
          "variableName": "string"
        }
      ],
      "ownerEmail": "string",
      "ownerID": 0,
      "ownerName": "string",
      "ownerUsername": "string",
      "profileId": 0,
      "protocolID": "string",
      "protocolVersionID": 0,
      "proximity": 0,
      "staticIP": "string",
      "staticPort": 0,
      "timeStamp": "string"
    }
  ],
  "driverID": "string",
  "email": "string",
  "icon": {
    "iconGUID": "string",
    "iconOffsetX": 0,
    "iconOffsetY": 0,
    "rotatable": true
  },
  "id": 0,
  "lastTransport": "string",
  "name": "string",
  "originalApplicationID": 0,
  "phoneNumber": "string",
  "surname": "string",
  "trackPoint": {
    "position": {
      "altitude": 0,
      "latitude": 0,
      "longitude": 0
    },
    "uTC": "string",
    "valid": true,
    "velocity": {
      "groundSpeed": 0,
      "heading": 0
    }
  },
  "username": "string",
  "userTemplateID": 0
}							
												
										

Parameters

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.
userid:int * required
integer
(path)
ID of the user.

											
{
  "deviceActivity": "string",
  "id": 0,
  "name": "string",
  "position": {
    "altitude": 0,
    "latitude": 0,
    "longitude": 0
  },
  "username": "string",
  "uTC": "string",
  "variables": [
    {
      "name": "string",
      "time": "string",
      "type": "string",
      "value": "string"
    }
  ],
  "velocity": {
    "groundSpeed": 0,
    "heading": 0
  }
}							
												
										

Parameters

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.

											
[
  "string"
]							
												
										

Parameters

Name Description
applicationid:int * required
integer
(path)
ID of the application you want to work with.

											
[
  {
    "id": 0,
    "name": "string"
  }
]