QueueMessagesResponse
count integer<int32>
queueType integer<int32>
Possible values: [0
, 1
, 2
, 3
, 4
, 5
]
messages object[]nullable
Array [
tenantId stringnullable
deviceId stringnullable
vehicleId stringnullable
eventDateTimeUTC string<date-time>
tripStartDateUTC string<date-time>
latitude number<double>
longitude number<double>
altitude integer<int32>
heading integer<int32>
runningOdo integer<int64>
runningHours integer<int64>
deltaOdo integer<int32>
speed integer<int32>
maxSpeed integer<int32>
ignition boolean
singleStatus integer<int32>
statusText stringnullable
allStatuses objectnullable
property name* stringnullable
driverTag stringnullable
driverId stringnullable
edgeCompute object
appId integer<int32>
appType stringnullable
payload nullable
rawPayload string<byte>nullable
ackData object
messageId stringrequired
popReceipt stringrequired
clientId stringnullable
ackResult booleannullable
reason stringnullable
tenantId stringnullable
locationDetail object
id stringnullable
name stringnullable
distance number<double>nullable
direction stringnullable
address object
country stringnullable
state stringnullable
county stringnullable
city stringnullable
postalcode stringnullable
functionalclass stringnullable
streetlimit number<double>
district stringnullable
street stringnullable
]
queueIsNowEmpty boolean
numberRemainingInQueue integer<int32>
QueueMessagesResponse
{
"count": 0,
"queueType": 0,
"messages": [
{
"tenantId": "string",
"deviceId": "string",
"vehicleId": "string",
"eventDateTimeUTC": "2024-07-29T15:51:28.071Z",
"tripStartDateUTC": "2024-07-29T15:51:28.071Z",
"latitude": 0,
"longitude": 0,
"altitude": 0,
"heading": 0,
"runningOdo": 0,
"runningHours": 0,
"deltaOdo": 0,
"speed": 0,
"maxSpeed": 0,
"ignition": true,
"singleStatus": 0,
"statusText": "string",
"allStatuses": {},
"driverTag": "string",
"driverId": "string",
"edgeCompute": {
"appId": 0,
"appType": "string",
"rawPayload": "string"
},
"ackData": {
"messageId": "string",
"popReceipt": "string",
"clientId": "string",
"ackResult": true,
"reason": "string",
"tenantId": "string"
},
"locationDetail": {
"id": "string",
"name": "string",
"distance": 0,
"direction": "string"
},
"address": {
"country": "string",
"state": "string",
"county": "string",
"city": "string",
"postalcode": "string",
"functionalclass": "string",
"streetlimit": 0,
"district": "string",
"street": "string"
}
}
],
"queueIsNowEmpty": true,
"numberRemainingInQueue": 0
}