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 |
Responses | Example Value
[
{
"created": "string",
"culture": "string",
"description": "string",
"expire": "string",
"expired": true,
"id": 0,
"isInitialized": true,
"language": "string",
"licensesUsed": 0,
"maxUsers": 0,
"measurement": "string",
"name": "string",
"timeZone": "string",
"userCount": 0
}
]
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:long * required integer (query) |
Id of the target group. |
| 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. |
Responses | Example Value
[
{
"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
}
]