Skip to main content

GraphQL Schema

Table of Contents

Query

All the available queries

FieldArgumentTypeDescription
getVehicleData[VehiclePayload]

Query to get the vehicle data.

queryInputVehicleDataQueryInput
getVehicleOverview[VehicleOverview]

Query to get the vehicle overview data.

queryInputVehicleOverviewQueryInput
getVehicleTrips[VehicleTrips]

Query to get the vehicle trips data.

queryInputVehicleTripsQueryInput
getVehicleState[VehicleState]

Query to get the vehicle state data.

queryInputVehicleStateQueryInput
getVehicleCharges[VehicleCharges]

Query to get the vehicle charges data.

queryInputVehicleChargesQueryInput
getVehicleChargesCounts[VehicleChargesCounts]

Query to get the vehicle charges counts data.

queryInputVehicleChargesQueryInput
getVehicleChargesCountsByBrand[VehicleChargesCountsByBrand]

Query to get the vehicle charges counts data by brand.

queryInputVehicleChargesQueryInput
getFleetDistribution[FleetDistributionOverview]

Query to get the fleet distribution data.

queryInputFleetDistributionInput
getFleetAssets[VehicleFleetDetails]

Query to get the fleet assets data.

queryInputVehicleFleetAssetsInput
getEESData[EESPayload]

Query to get the Electrical Energy Storage(EES) data.

inputEESQueryInput

Objects

ADASData

A type that describes the ADAS data.

FieldArgumentTypeDescription
ebdEBDData

Describes the Electronic Brakeforce Distribution (EBD) data.

AccelerationData

A type that describes the acceleration data.

FieldArgumentTypeDescription
longitudinalFloat

The longitudinal acceleration value.

lateralFloat

The lateral acceleration value.

AxleData

A type that describes the axle data.

FieldArgumentTypeDescription
row1WheelRowData

The data for the first wheel row.

row2WheelRowData

The data for the second wheel row.

BatteryData

A type that describes battery data.

FieldArgumentTypeDescription
idString

The ID of the battery.

stateOfChargeStateOfChargeData

The state of charge data for the battery.

stateOfHealthFloat

The state of health of the battery.

currentPowerFloat

The current power of the battery.

powerConsumtionFloat

The power consumption of the battery.

currentVoltageFloat

The current voltage of the battery.

currentCurrentFloat

The current current of the battery.

accumulatedChargedEnergyFloat

The accumulated charged energy of the battery.

accumulatedConsumedEnergyFloat

The accumulated consumed energy of the battery.

totalThroughputFloat

The total throughput of the battery.

chargingChargingData

The charging data for the battery.

temperatureTemperatureData

The temperature data for the battery.

grossCapacityInt

The gross capacity of the battery.

netCapacityInt

The net capacity of the battery.

CabinData

An input type for cabin data.

FieldArgumentTypeDescription
seatSeatData

The seat data for the cabin.

ChargingData

A type for charging data.

FieldArgumentTypeDescription
voltageVoltageData

The voltage data for charging.

currentCurrentData

The current data for charging.

powerPowerData

The power data for charging.

chargePortFlapBoolean

The status of the charge port flap.

isChargingCableConnectedBoolean

Indicates if the charging cable is connected.

isChargingCableLockedBoolean

Indicates if the charging cable is locked.

isChargingBoolean

Indicates if the battery is currently charging.

isDischargingBoolean

Indicates if the battery is currently discharging.

modeFloat

The mode of charging.

powerChargePowerChargeData

The power charge data.

powerDischargePowerDischargeData

The power discharge data.

ChassisData

A type that describes the chassis data.

FieldArgumentTypeDescription
axleAxleData

The axle data for the chassis.

Current

A type that describes the current data.

FieldArgumentTypeDescription
dcFloat

The DC current.

phase1Float

The current for phase 1.

phase2Float

The current for phase 2.

phase3Float

The current for phase 3.

CurrentData

An input type for current data.

FieldArgumentTypeDescription
dcFloat

The DC current.

phase1Float

The current for phase 1.

phase2Float

The current for phase 2.

phase3Float

The current for phase 3.

CurrentLocationData

An input type for current location data.

FieldArgumentTypeDescription
latitudeFloat

The latitude of the current location.

longitudeFloat

The longitude of the current location.

altitudeFloat

The altitude of the current location.

headingFloat

The heading of the current location.

DriverData

A type that describes the driver data.

FieldArgumentTypeDescription
distractionLevelFloat

The distraction level of the driver.

EBDData

A type that describes the Electronic Brakeforce Distribution (EBD) data.

FieldArgumentTypeDescription
isEngagedBoolean

Indicates if the Electronic Brakeforce Distribution (EBD) is engaged.

EESData

A type that describes the Electrical Energy Storage (EES) data.

FieldArgumentTypeDescription
idString

The ID of the Electrical Energy Storage (EES).

versionString

The version of the Electrical Energy Storage (EES).

EESPayload

A type that describes the Electrical Energy Storage (EES) payload data.

FieldArgumentTypeDescription
imeiString!

The International Mobile Equipment Identity (IMEI) of the Electrical Energy Storage (EES).

entityString

The entity of the Electrical Energy Storage (EES).

tcuTypeString

The type of the Telemetric Control Unit (TCU).

eesEESData

The Electrical Energy Storage (EES) data.

timestampFloat

The timestamp of the Electrical Energy Storage (EES) data.

assetTypeString

The type of the asset.

statusString

The status of the Electrical Energy Storage (EES).

serviceServiceData

The service data for the Electrical Energy Storage (EES).

currentLocationCurrentLocationData

The current location data for the Electrical Energy Storage (EES).

battery[BatteryData]

The battery data for the Electrical Energy Storage (EES).

meter[MeterData]

The meter data for the Electrical Energy Storage (EES).

inverter[InverterData]

The inverter data for the Electrical Energy Storage (EES).

hvac[HvacData]

The Heating, Ventilation and Air Conditioning (HVAC) data for the Electrical Energy Storage (EES).

ElectricMotorData

A type that describes the Electric Motor data.

FieldArgumentTypeDescription
powerFloat

The power of the Electric Motor.

speedFloat

The speed of the Electric Motor.

torqueFloat

The torque of the Electric Motor.

Energy

A type that describes the Energy.

FieldArgumentTypeDescription
positiveFloat

The positive energy.

negativeFloat

The negative energy.

FleetDistributionOverview

A type that describes the vehicle distribution overview.

FieldArgumentTypeDescription
countInt

The count of fleets

brandString

The brand of the vehicles

Frequency

A type that describes the frequency.

FieldArgumentTypeDescription
phase1Float

The frequency for phase 1.

phase2Float

The frequency for phase 2.

phase3Float

The frequency for phase 3.

HvacData

A type that describes the Heating, Ventilation and Air Conditioning (HVAC) data.

FieldArgumentTypeDescription
idString

The ID of the HVAC.

voltageVoltage

The voltage data of the HVAC.

currentCurrent

The current data of the HVAC.

frequencyFrequency

The frequency data for the HVAC.

powerFactorPowerFactor

The power factor data for the HVAC.

powerPower

The power data for the HVAC.

energyEnergy

The energy data for the HVAC.

totalACPowerFloat

The total AC power of the HVAC..

totalDCPowerFloat

The total DC power of the HVAC..

versionString

The version of the HVAC of the HVAC..

InverterData

A type that describes the Inverter data.

FieldArgumentTypeDescription
idString

The ID of the Inverter.

voltageVoltage

The voltage data of the Inverter.

currentCurrent

The current data of the Inverter.

frequencyFrequency

The frequency data for the Inverter.

powerFactorPowerFactor

The power factor data for the Inverter.

powerPower

The power data for the Inverter.

energyEnergy

The energy data for the Inverter.

totalACPowerFloat

The total AC power of the Inverter.

totalDCPowerFloat

The total DC power of the Inverter.

versionString

The version of the Inverter.

MeterData

A type that describes the Meter data.

FieldArgumentTypeDescription
idString

The ID of the Meter.

voltageVoltage

The voltage data of the Meter.

currentCurrent

The current data of the Meter.

powerPower

The frequency data for the Meter.

frequencyFrequency

The power factor data for the Meter.

powerFactorPowerFactor

The power data for the Meter.

energyEnergy

The energy data for the Meter.

totalACPowerFloat

The total AC power of the Meter.

totalDCPowerFloat

The total DC power of the Meter.

versionString

The version of the Meter.

Power

A type that describes the Power data.

FieldArgumentTypeDescription
dcFloat

The DC power.

phase1Float

The power for phase 1.

phase2Float

The power for phase 2.

phase3Float

The power for phase 3.

PowerChargeData

An input type for Powercharge data.

FieldArgumentTypeDescription
oneMinFloat

The one minute power charge.

fiveMinFloat

The five minute power charge.

fifteenMinFloat

The fifteen minute power charge.

PowerData

A type that describes the Power data.

FieldArgumentTypeDescription
dcFloat

The DC power.

phase1Float

The power for phase 1.

phase2Float

The power for phase 2.

phase3Float

The power for phase 3.

PowerDischargeData

A type that describes the Power Discharge data.

FieldArgumentTypeDescription
oneMinFloat

The one minute power discharge.

fiveMinFloat

The five minute power discharge.

fifteenMinFloat

The fifteen minute power discharge.

PowerFactor

A type that describes the Power Factor data.

FieldArgumentTypeDescription
phase1Float

The power factor for phase 1.

phase2Float

The power factor for phase 2.

phase3Float

The power factor for phase 3.

PowertrainData

A type that describes the Powertrain data.

FieldArgumentTypeDescription
electricMotorElectricMotorData

The electric motor data for the powertrain.

transmissionTransmissionData

The transmission data for the powertrain.

rangeInt

The range of the powertrain.

Row1Data

A type that describes the first seat row data.

FieldArgumentTypeDescription
driverSideSeatSideData

The data for the driver side.

passengerSideSeatSideData

The data for the passenger side.

Row2Data

A type that describes the second seat row data.

FieldArgumentTypeDescription
driverSideSeatSideData

The data for the driver side.

middleSeatSideData

The data for the passenger side.

passengerSideSeatSideData

The data for the passenger side.

SeatData

A type that describes the seat data.

FieldArgumentTypeDescription
row1Row1Data

The data for the first seat row.

row2Row2Data

The data for the second seat row.

SeatSideData

A type that describes the seat side data.

FieldArgumentTypeDescription
isBeltedBoolean

Indicates if the seat is belted.

ServiceData

A type that describes the service data.

FieldArgumentTypeDescription
timeToServiceFloat

The time to service.

StateOfChargeData

A type that describes the state of charge data.

FieldArgumentTypeDescription
currentFloat

The current state of charge.

Subscription

All the available subscriptions

FieldArgumentTypeDescription
onVehicleDataPublishedVehiclePayload

Subscription to get the live vehicle data.

onEESDataPublishedEESPayload

Subscription to get the live Electrical Energy Storage(EES) data.

onVehicleOverviewPublishedVehicleOverview

Subscription to get the live vehicle overview data.

onVehicleTripsPublishedVehicleTrips

Subscription to get the live vehicle trips data.

TemperatureData

A type that describes the temperature data.

FieldArgumentTypeDescription
averageFloat

The average temperature.

currentFloat

The current temperature.

minFloat

The minimum temperature.

maxFloat

The maximum temperature.

Tire

A type that describes the Tire data.

FieldArgumentTypeDescription
isPressureLowBoolean

Indicates if the tire pressure is low.

TireData

An input type for Tire data.

FieldArgumentTypeDescription
speedFloat

Describes the speed of the tire.

tireTire

Indicates if the tire pressure is low.

TransmissionData

A type that describes the transmission data.

FieldArgumentTypeDescription
performanceModeInt

The performance mode of the transmission.

travelledDistanceFloat

The travelled distance.

VehicleCharges

A type that describes the vehicle charges.

FieldArgumentTypeDescription
vinString

The vehicle identification number.

imeiString

The International Mobile Equipment Identity (IMEI) of the vehicle.

siteNameString

The name of the site

brandString

The brand of the vehicle

timeString

Time of ingestion

chargingStartTimeString

The start time of the charging

chargingEndTimeString

The end time of the charging

chargingDurationHoursFloat
chargingStartSoCFloat
chargingEndSoCFloat
chargingLatitudeFloat
chargingLongitudeFloat
distanceSinceLastChargingKMFloat
chargeEnergyConsumptionFloat

VehicleChargesCounts

FieldArgumentTypeDescription
vinString
imeiString
timeInt
siteNameString
chargingEventsInt

VehicleChargesCountsByBrand

FieldArgumentTypeDescription
vinString
imeiString
timeInt
siteNameString
brandString
chargingEventsInt

VehicleData

A type that describes the vehicle data.

FieldArgumentTypeDescription
vehicleIdentificationVehicleIdentificationData

The vehicle identification numbers.

accelerationAccelerationData

The acceleration data.

brandString

The brand of the vehicle.

speedFloat

The speed of the vehicle.

ignitionInt

The ignition state of the vehicle.

batteryLevelFloat

The battery level of the vehicle

distanceToServiceInt

The distance to service.

ambientAirTemperatureInt

The ambient air temperature of the vehicle.

crashDetectionInt

The crash detection state of the vehicle.

drivingRecordsInt

The driving state of the vehicle.

coolantTemperatureInt

The engine coolant temperature of the vehicle.

secondsSinceEngineStartInt

Seconds since the start of the vehicle's engine.

drivingStateInt

The driving state of the vehicle.

greenDrivingTypeInt

The green driving type of the vehicle.

greenDrivingValueInt

The green driving value of the vehicle.

atOverSpeedingInt

The over speeding state of the vehicle.

idlingInt

The idling state of the vehicle.

tripOdometerInt

The trip odometer of the vehicle.

tripInt

The trip of the vehicle.

ecoDurationInt

The eco duration of the vehicle.

ignitionOnCounterInt

The ignition on counter of the vehicle.

movementInt

The movement state of the vehicle.

dataModeInt

The data mode of the vehicle.

sleepModeInt

The sleep mode of the vehicle.

gnnsStatusInt

The GNNS status of the vehicle.

instantMovementInt

The instant movement of the vehicle.

VehicleFleetDetails

A type that describes the vehicle fleet details.

FieldArgumentTypeDescription
vinString

The vehicle identification number.

imeiString

The International Mobile Equipment Identity (IMEI) of the vehicle.

siteNameString

The name of the site

brandString

The brand of the vehicle.

VehicleIdentificationData

A type that describes vehicle identification number.

FieldArgumentTypeDescription
vinString

The vehicle identification number.

VehicleOverview

A type that describes the vehicle overview data.

FieldArgumentTypeDescription
vinString

The vehicle identification number.

imeiString

The International Mobile Equipment Identity (IMEI) of the vehicle.

assetTypeString

The asset type

tcuTypeString

The Telemetric Control Unit (TCU) type.

brandString

The brand of the vehicle.

recordCountInt

The number of records.

minTimeString

The min time interval.

maxTimeString

The max time interval.

timeIntervalString

The time interval.

minuteInt

Response will be in average of minutes

hourInt

Response will be in average of hours

dayInt

Response will be in average of days

weekInt

Response will be in average of weeks

monthInt

Response will be in average of months

yearInt

Response will be in average of years

recuperationEnergyFloat

Value of recuperation energy

consumedEnergyFloat

Value of consumed energy

drivingTimeFloat

Time spent in driving

idlingFloat

Time spent in idling

timeInEcoFloat

Time spent in eco mode

timeNotInEcoFloat

Time spent not in eco mode

timeIsBeltedFloat

Time spent belted

timeIsNotBeltedFloat

Time spent not belted

energyEfficiencyFloat

Energy efficiency

driverScorecardFloat

Driver scorecard

seatBeltOffRateFloat

Seat belt off rate

overspeedingFloat

Number of overspeeding

harshCorneringFloat

Number of harsh cornering

harshBrakingFloat

Number of harsh braking

positionString

Position of the vehicle

speedFloat

Speed of the vehicle

mileageFloat

Mileage of the vehicle

distanceDrivenFloat

Distance driven of the vehicle

serviceDueDateString

Due date until service

distanceToServiceString

Distance until service

remainingRangeString

Remaning range of the vehicle

tirePressureIndicatorString

Indicator of tire pressure

batteryIdString

The battery id of the vehicle

batterySocFloat

The battery state of charge of the vehicle

batterySohFloat

The battery state of health of the vehicle

batteryChargingStateString

The battery charging state of the vehicle

batteryTemperatureFloat

The battery temperature of the vehicle

batteryCurrentFloat

The battery current of the vehicle

batteryVoltageFloat

The battery voltage of the vehicle

batterySizeFloat

The battery size of the vehicle

batteryTemperatureMinFloat

The minimum battery temperature of the vehicle

batteryTemperatureMaxFloat

The maximum battery temperature of the vehicle

batteryTemperatureAvgFloat

The average battery temperature of the vehicle

utilizationRateFloat

The utilization rate of the vehicle

idlingRateFloat

The idling rate of the vehicle

offlineRateFloat

The offline rate of the vehicle

chargingEventsInt

Charging events of the vehicle

licencePlateNoString

Name of licence plate

capacityFloat

The capacity of the vehicle

VehiclePayload

A type that describes the vehicle payload data.

FieldArgumentTypeDescription
imeiString!

The International Mobile Equipment Identity (IMEI) of the vehicle.

entityString

The entity of the vehicle.

tcuTypeString

The type of the Telemetric Control Unit (TCU).

timestampFloat

The timestamp of the vehicle data.

assetTypeString

The type of the asset.

serviceServiceData

The service data for the vehicle.

statusString

The status of the vehicle.

vehicleVehicleData

The vehicle data.

adasADASData

The ADAS data for the vehicle.

driverDriverData

The driver data for the vehicle.

cabinCabinData

The cabin data for the vehicle.

currentLocationCurrentLocationData

The current location data for the vehicle.

chassisChassisData

The chassis data for the vehicle.

powertrainPowertrainData

The powertrain data for the vehicle.

battery[BatteryData]

The battery data for the vehicle.

meter[MeterData]

The meter data for the vehicle.

VehicleState

An return type for the query getVehicleState.

FieldArgumentTypeDescription
vinString

The vehicle identification number.

imeiString

The International Mobile Equipment Identity (IMEI) of the vehicle.

brandString

The brand of the vehicle

timestampString

Timestamp of the data

tripDistanceFloat

Distance of the vehicle

latitudeFloat

Latitude of the vehicle

longitudeFloat

Longitude of the vehicle

ignitionBoolean

Ignition state of the vehicle

ignitionStatusString

Ignition status of the vehicle

statusString

Status of the vehicle

isChargingBoolean

Charging state of the vehicle

speedFloat

Speed of the vehicle

socFloat

State of charge of the vehicle

rangeFloat

Range of the vehicle

batteryTemperatureFloat

Battery temperature of the vehicle

ignitionTimeHrsFloat

Ignition time of the vehicle

netCapacityFloat

Net capacity of the vehicle

odometerFloat

Odometer of the vehicle

VehicleTrips

A type that describes the vehicle trips.

FieldArgumentTypeDescription
vinString

The vehicle identification number.

imeiString

The International Mobile Equipment Identity (IMEI) of the vehicle.

brandString

The brand of the vehicle

timeString

Time of ingestion

tripStartTimeString

The start time of the trip

tripEndTimeString

The end time of the trip

tripDurationHoursFloat

The duration of the trip in hours

tripStartSoCFloat

The start state of charge of the trip

tripEndSoCFloat

The end state of charge of the trip

tripStartLongitudeFloat

The start longitude of the trip

tripStartLatitudeFloat

The start latitude of the trip

tripEndLongitudeFloat

The end longitude of the trip

tripEndLatitudeFloat

The end latitude of the trip

tripStartDistanceMetresFloat

The start distance of the trip in meters

tripEndDistanceMetresFloat

The end distance of the trip in meters

tripDistanceCoveredKMFloat

The distance of the trip in kilometers

Voltage

A type that describes the voltage.

FieldArgumentTypeDescription
dcFloat

The DC voltage.

phase1Float

The voltage for phase 1.

phase2Float

The voltage for phase 2.

phase3Float

The voltage for phase 3.

VoltageData

An input type for voltage.

FieldArgumentTypeDescription
dcFloat

The DC voltage.

phase1Float

The voltage for phase 1.

phase2Float

The voltage for phase 2.

phase3Float

The voltage for phase 3.

WheelData

A type that describes the wheel data.

FieldArgumentTypeDescription
leftTireData

The data of the left wheel.

rightTireData

The data of the right wheel.

WheelRowData

A type that describes the wheel row data.

FieldArgumentTypeDescription
wheelWheelData

The data of the wheel.

Inputs

ADASDataInput

An input type for ADAS data.

FieldTypeDescription
ebdEBDDataInput

Input type for Electronic Brakeforce Distribution (EBD) data.

AccelerationDataInput

An input type for acceleration data.

FieldTypeDescription
longitudinalFloat

The longitudinal acceleration value.

lateralFloat

The lateral acceleration value.

AxleDataInput

An input type for axle data.

FieldTypeDescription
row1WheelRowDataInput

The input for the first wheel row.

row2WheelRowDataInput

The input for the second wheel row.

BatteryDataInput

An input type for battery data.

FieldTypeDescription
idString

The ID of the battery.

stateOfChargeStateOfChargeDataInput

The state of charge data for the battery.

stateOfHealthFloat

The state of health of the battery.

currentPowerFloat

The current power of the battery.

powerConsumtionFloat

The power consumption of the battery.

currentVoltageFloat

The current voltage of the battery.

currentCurrentFloat

The current current of the battery.

accumulatedChargedEnergyFloat

The accumulated charged energy of the battery.

accumulatedConsumedEnergyFloat

The accumulated consumed energy of the battery.

totalThroughputFloat

The total throughput of the battery.

chargingChargingDataInput

The charging data for the battery.

temperatureTemperatureDataInput

The temperature data for the battery.

grossCapacityInt

The gross capacity of the battery.

netCapacityInt

The net capacity of the battery.

CabinDataInput

An input type for cabin data.

FieldTypeDescription
seatSeatDataInput

The seat data for the cabin.

ChargingDataInput

An input type for charging data.

FieldTypeDescription
voltageVoltageDataInput

The voltage data for charging.

currentCurrentDataInput

The current data for charging.

powerPowerDataInput

The power data for charging.

chargePortFlapBoolean

The status of the charge port flap.

isChargingCableConnectedBoolean

Indicates if the charging cable is connected.

isChargingCableLockedBoolean

Indicates if the charging cable is locked.

isChargingBoolean

Indicates if the battery is currently charging.

isDischargingBoolean

Indicates if the battery is currently discharging.

modeFloat

The mode of charging.

powerChargePowerChargeDataInput

The power charge data.

powerDischargePowerDischargeDataInput

The power discharge data.

ChassisDataInput

An input type for chassis data.

FieldTypeDescription
axleAxleDataInput

The axle data for the chassis.

CurrentDataInput

An input type for current data.

FieldTypeDescription
dcFloat

The DC current.

phase1Float

The current for phase 1.

phase2Float

The current for phase 2.

phase3Float

The current for phase 3.

CurrentInput

A type that describes the current location data.

FieldTypeDescription
dcFloat

The DC current.

phase1Float

The current for phase 1.

phase2Float

The current for phase 2.

phase3Float

The current for phase 3.

CurrentLocationDataInput

An input type for current location data.

FieldTypeDescription
latitudeFloat

The latitude of the current location.

longitudeFloat

The longitude of the current location.

altitudeFloat

The altitude of the current location.

headingFloat

The heading of the current location.

DriverDataInput

An input type for driver data.

FieldTypeDescription
distractionLevelFloat

The distraction level of the driver.

EBDDataInput

An input type for Electronic Brakeforce Distribution (EBD) data.

FieldTypeDescription
isEngagedBoolean

Indicates if the Electronic Brakeforce Distribution (EBD) is engaged.

EESDataInput

An input type for Electrical Energy Storage (EES) data.

FieldTypeDescription
idString

The ID of the Electrical Energy Storage (EES).

versionString

The version of the Electrical Energy Storage (EES).

EESDimensions

A type that describes the Electrical Energy Storage (EES) dimensions.

FieldTypeDescription
imeiString

The International Mobile Equipment Identity (IMEI) of the Electrical Energy Storage (EES).

eesIdString

The ID of the Electrical Energy Storage (EES).

EESPayloadInput

An input type for Electrical Energy Storage (EES) payload data.

FieldTypeDescription
imeiString!

The International Mobile Equipment Identity (IMEI) of the Electrical Energy Storage (EES).

entityString

The entity of the Electrical Energy Storage (EES).

tcuTypeString

The type of the Telemetric Control Unit (TCU).

eesEESDataInput

The Electrical Energy Storage (EES) data.

timestampFloat

The timestamp of the Electrical Energy Storage (EES) data.

assetTypeString

The type of the asset.

statusString

The status of the Electrical Energy Storage (EES).

serviceServiceDataInput

The service data for the Electrical Energy Storage (EES).

currentLocationCurrentLocationDataInput

The current location data for the Electrical Energy Storage (EES).

battery[BatteryDataInput]

The battery data for the Electrical Energy Storage (EES).

meter[MeterDataInput]

The meter data for the Electrical Energy Storage (EES).

inverter[InverterDataInput]

The inverter data for the Electrical Energy Storage (EES).

hvac[HvacDataInput]

The Heating, Ventilation and Air Conditioning (HVAC) data for the Electrical Energy Storage (EES).

EESQueryInput

An input type to query Electrical Energy Storage (EES) data.

FieldTypeDescription
dimensionsEESDimensions

The dimensions of the Electrical Energy Storage (EES) data.

timeWindowTimeWindow

The time window of the Electrical Energy Storage (EES) data.

ElectricMotorDataInput

An input type for Electric Motor data.

FieldTypeDescription
powerFloat

The power of the Electric Motor.

speedFloat

The speed of the Electric Motor.

torqueFloat

The torque of the Electric Motor.

EnergyInput

An input type for Energy.

FieldTypeDescription
positiveFloat

The positive energy.

negativeFloat

The negative energy.

FleetDistributionDimensions

An input type for vehicle distribution dimensions.

FieldTypeDescription
siteNameString!

The name of the site

FleetDistributionInput

FieldTypeDescription
dimensionsFleetDistributionDimensions

The dimensions of the vehicle distribution.

FrequencyInput

An input type for frequency.

FieldTypeDescription
phase1Float

The frequency for phase 1.

phase2Float

The frequency for phase 2.

phase3Float

The frequency for phase 3.

HvacDataInput

An input type for Heating, Ventilation and Air Conditioning (HVAC) data.

FieldTypeDescription
idString

The ID of the HVAC.

voltageVoltageInput

The voltage data of the HVAC.

currentCurrentInput

The current data of the HVAC.

frequencyFrequencyInput

The frequency data for the HVAC.

powerFactorPowerFactorInput

The power factor data for the HVAC.

powerPowerInput

The power data for the HVAC.

energyEnergyInput

The energy data for the HVAC.

totalACPowerFloat

The total AC power of the HVAC..

totalDCPowerFloat

The total DC power of the HVAC..

versionString

The version of the HVAC of the HVAC..

InverterDataInput

An input type for Inverter data.

FieldTypeDescription
idString

The ID of the Inverter.

voltageVoltageInput

The voltage data of the Inverter.

currentCurrentInput

The current data of the Inverter.

frequencyFrequencyInput

The frequency data for the Inverter.

powerFactorPowerFactorInput

The power factor data for the Inverter.

powerPowerInput

The power data for the Inverter.

energyEnergyInput

The energy data for the Inverter.

totalACPowerFloat

The total AC power of the Inverter.

totalDCPowerFloat

The total DC power of the Inverter.

versionString

The version of the Inverter.

MeterDataInput

An input type for Meter data.

FieldTypeDescription
idString

The ID of the Meter.

voltageVoltageInput

The voltage data of the Meter.

currentCurrentInput

The current data of the Meter.

powerPowerInput

The frequency data for the Meter.

frequencyFrequencyInput

The power factor data for the Meter.

powerFactorPowerFactorInput

The power data for the Meter.

energyEnergyInput

The energy data for the Meter.

totalACPowerFloat

The total AC power of the Meter.

totalDCPowerFloat

The total DC power of the Meter.

versionString

The version of the Meter.

PowerChargeDataInput

An input type for Powercharge data.

FieldTypeDescription
oneMinFloat

The one minute power charge.

fiveMinFloat

The five minute power charge.

fifteenMinFloat

The fifteen minute power charge.

PowerDataInput

An input type for Power data.

FieldTypeDescription
dcFloat

The DC power.

phase1Float

The power for phase 1.

phase2Float

The power for phase 2.

phase3Float

The power for phase 3.

PowerDischargeDataInput

An input type for Power Discharge data.

FieldTypeDescription
oneMinFloat

The one minute power discharge.

fiveMinFloat

The five minute power discharge.

fifteenMinFloat

The fifteen minute power discharge.

PowerFactorInput

An input type for Power Factor data.

FieldTypeDescription
phase1Float

The power factor for phase 1.

phase2Float

The power factor for phase 2.

phase3Float

The power factor for phase 3.

PowerInput

A type that describes the Power Input data.

FieldTypeDescription
dcFloat

The DC power.

phase1Float

The power for phase 1.

phase2Float

The power for phase 2.

phase3Float

The power for phase 3.

PowertrainDataInput

An input type for Powertrain data.

FieldTypeDescription
electricMotorElectricMotorDataInput

The electric motor data for the powertrain.

transmissionTransmissionDataInput

The transmission data for the powertrain.

rangeInt

The range of the powertrain.

Row1DataInput

An input type for the first seat row data.

FieldTypeDescription
driverSideSeatSideDataInput

The data for the driver side.

passengerSideSeatSideDataInput

The data for the passenger side.

Row2DataInput

An input type for second seat row data.

FieldTypeDescription
driverSideSeatSideDataInput

The data for the driver side.

middleSeatSideDataInput

The data for the passenger side.

passengerSideSeatSideDataInput

The data for the passenger side.

SeatDataInput

An input type for seat data.

FieldTypeDescription
row1Row1DataInput

The data for the first seat row.

row2Row2DataInput

The data for the second seat row.

SeatSideDataInput

An input type for seat side data.

FieldTypeDescription
isBeltedBoolean

Indicates if the seat is belted.

ServiceDataInput

An input type for service data.

FieldTypeDescription
timeToServiceFloat

The time to service.

StateOfChargeDataInput

An input type for state of charge data.

FieldTypeDescription
currentFloat

The current state of charge.

TemperatureDataInput

An input type for temperature data.

FieldTypeDescription
averageFloat

The average temperature.

currentFloat

The current temperature.

minFloat

The minimum temperature.

maxFloat

The maximum temperature.

TimeWindow

A type that describes the timewindow.

FieldTypeDescription
startString

The start time of the timewindow.

endString

The end time of the timewindow.

TireDataInput

An input type for Tire data.

FieldTypeDescription
speedFloat

Describes the speed of the tire.

tireTireInput

Indicates if the tire pressure is low.

TireInput

A type that describes the Tire data.

FieldTypeDescription
isPressureLowBoolean

Indicates if the tire pressure is low.

TransmissionDataInput

An input type for transmission data.

FieldTypeDescription
performanceModeInt

The performance mode of the transmission.

travelledDistanceFloat

The travelled distance.

VehicleChargesQueryDimensions

An input type dimensions of vehicle charges query input.

FieldTypeDescription
vin[String]

The vehicle identification numbers.

timeIntervalTimeInterval

The time interval of the vehicle charges.

siteNameString!

The name of the site

VehicleChargesQueryInput

An input type for vehicle charges query.

FieldTypeDescription
dimensionsVehicleChargesQueryDimensions

The dimensions of the vehicle charges query input.

timeWindowTimeWindow

The timewindow of the vehicle charges query input.

VehicleDataDimensions

An input type for vehicle data.

FieldTypeDescription
vin[String]

The vehicle identification numbers.

imei[String]

The International Mobile Equipment Identities (IMEI) of the vehicle.

VehicleDataInput

An input type for vehicle data.

FieldTypeDescription
vehicleIdentificationVehicleIdentificationDataInput

The vehicle identification numbers.

accelerationAccelerationDataInput

The acceleration data.

brandString

The brand of the vehicle.

speedFloat

The speed of the vehicle.

ignitionInt

The ignition state of the vehicle.

batteryLevelFloat

The battery level of the vehicle

distanceToServiceInt

The distance to service.

ambientAirTemperatureInt

The ambient air temperature of the vehicle.

crashDetectionInt

The crash detection state of the vehicle.

drivingRecordsInt

The driving state of the vehicle.

coolantTemperatureInt

The engine coolant temperature of the vehicle.

secondsSinceEngineStartInt

Seconds since the start of the vehicle's engine.

drivingStateInt

The driving state of the vehicle.

greenDrivingTypeInt

The green driving type of the vehicle.

greenDrivingValueInt

The green driving value of the vehicle.

atOverSpeedingInt

The over speeding state of the vehicle.

idlingInt

The idling state of the vehicle.

tripOdometerInt

The trip odometer of the vehicle.

tripInt

The trip of the vehicle.

ecoDurationInt

The eco duration of the vehicle.

ignitionOnCounterInt

The ignition on counter of the vehicle.

movementInt

The movement state of the vehicle.

dataModeInt

The data mode of the vehicle.

sleepModeInt

The sleep mode of the vehicle.

gnnsStatusInt

The GNNS status of the vehicle.

instantMovementInt

The instant movement of the vehicle.

VehicleDataQueryInput

An input that describes the vehicle data query input.

FieldTypeDescription
dimensionsVehicleDataDimensions

The dimensions of the vehicle data.

timeWindowTimeWindow

The timewindow of the vehicle data.

VehicleFleetAssetsDimensions

An input type for vehicle fleet asset dimensions.

FieldTypeDescription
fieldFleetAssetsFields!

fleet assets fields

siteNameString

The name of the site

VehicleFleetAssetsInput

An input type for vehicle fleet asset.

FieldTypeDescription
dimensionsVehicleFleetAssetsDimensions

The dimensions of the vehicle fleet asset.

VehicleIdentificationDataInput

An input type for vehicle identification number.

FieldTypeDescription
vinString

The vehicle identification number.

VehicleOverviewDimensions

An input type for vehicle overview dimensions.

FieldTypeDescription
vin[String]

The vehicle identification numbers.

imei[String]

The International Mobile Equipment Identities (IMEI) of the vehicle.

brand[String]

The brands of the vehicle.

processProcesses

The process

siteNameString!

The name of the site

batteryChargingStateString

Battery charging state

timeIntervalTimeInterval

The time interval.

VehicleOverviewInput

An input type for vehicle overview data.

FieldTypeDescription
vinString

The vehicle identification number.

imeiString

The International Mobile Equipment Identity (IMEI) of the vehicle.

assetTypeString

The asset type

tcuTypeString

The Telemetric Control Unit (TCU) type.

brandString

The brand of the vehicle.

recordCountInt

The number of records.

minTimeString

The min time interval.

maxTimeString

The max time interval.

timeIntervalString

The time interval.

minuteInt

Response will be in average of minutes

hourInt

Response will be in average of hours

dayInt

Response will be in average of days

weekInt

Response will be in average of weeks

monthInt

Response will be in average of months

yearInt

Response will be in average of years

recuperationEnergyFloat

Value of recuperation energy

consumedEnergyFloat

Value of consumed energy

drivingTimeFloat

Time spent in driving

idlingFloat

Time spent in idling

timeInEcoFloat

Time spent in eco mode

timeNotInEcoFloat

Time spent not in eco mode

timeIsBeltedFloat

Time spent belted

timeIsNotBeltedFloat

Time spent not belted

energyEfficiencyFloat

Energy efficiency

driverScorecardFloat

Driver scorecard

seatBeltOffRateFloat

Seat belt off rate

overspeedingFloat

Number of overspeeding

harshCorneringFloat

Number of harsh cornering

harshBrakingFloat

Number of harsh braking

positionString

Position of the vehicle

speedFloat

Speed of the vehicle

mileageFloat

Mileage of the vehicle

distanceDrivenFloat

Distance driven of the vehicle

serviceDueDateString

Due date until service

distanceToServiceString

Distance until service

remainingRangeString

Remaning range of the vehicle

tirePressureIndicatorString

Indicator of tire pressure

batteryIdString

The battery id of the vehicle

batterySocFloat

The battery state of charge of the vehicle

batterySohFloat

The battery state of health of the vehicle

batteryChargingStateString

The battery charging state of the vehicle

batteryTemperatureFloat

The battery temperature of the vehicle

batteryCurrentFloat

The battery current of the vehicle

batteryVoltageFloat

The battery voltage of the vehicle

batterySizeFloat

The battery size of the vehicle

batteryTemperatureMinFloat

The minimum battery temperature of the vehicle

batteryTemperatureMaxFloat

The maximum battery temperature of the vehicle

batteryTemperatureAvgFloat

The average battery temperature of the vehicle

utilizationRateFloat

The utilization rate of the vehicle

idlingRateFloat

The idling rate of the vehicle

offlineRateFloat

The offline rate of the vehicle

chargingEventsInt

Charging events of the vehicle

licencePlateNoString

Name of licence plate

capacityFloat

The capacity of the vehicle

VehicleOverviewQueryInput

An input type for vehicle overview dimensions.

FieldTypeDescription
dimensionsVehicleOverviewDimensions

The dimensions of the vehicle overview data.

timeWindowTimeWindow

The timewindow of the vehicle overview data.

VehiclePayloadInput

An input type for vehicle payload data.

FieldTypeDescription
imeiString!

The International Mobile Equipment Identity (IMEI) of the vehicle.

entityString

The entity of the vehicle.

tcuTypeString

The type of the Telemetric Control Unit (TCU).

timestampFloat

The timestamp of the vehicle data.

assetTypeString

The type of the asset.

serviceServiceDataInput

The service data for the vehicle.

statusString

The status of the vehicle.

vehicleVehicleDataInput

The vehicle data.

adasADASDataInput

The ADAS data for the vehicle.

driverDriverDataInput

The driver data for the vehicle.

cabinCabinDataInput

The cabin data for the vehicle.

currentLocationCurrentLocationDataInput

The current location data for the vehicle.

chassisChassisDataInput

The chassis data for the vehicle.

powertrainPowertrainDataInput

The powertrain data for the vehicle.

battery[BatteryDataInput]

The battery data for the vehicle.

meter[MeterDataInput]

The meter data for the vehicle.

VehicleStateInput

An input type for vehicle state.

FieldTypeDescription
vinString

The vehicle identification number.

imeiString

The International Mobile Equipment Identity (IMEI) of the vehicle.

brandString

The brand of the vehicle

timestampString

Timestamp of the data

distanceFloat

Distance of the vehicle

latitudeFloat

Latitude of the vehicle

longitudeFloat

Longitude of the vehicle

ignitionBoolean

Ignition state of the vehicle

ignitionStatusString

Ignition status of the vehicle

statusString

Status of the vehicle

isChargingBoolean

Charging state of the vehicle

speedFloat

Speed of the vehicle

socFloat

State of charge of the vehicle

rangeFloat

Range of the vehicle

batteryTemperatureFloat

Battery temperature of the vehicle

ignitionTimeHrsFloat

Ignition time of the vehicle

netCapacityFloat

Net capacity of the vehicle

odometerFloat

Odometer of the vehicle

VehicleStateQueryDimensions

An input type dimensions of vehicle state query input.

FieldTypeDescription
vin[String]

The vehicle identification numbers.

timeIntervalTimeInterval

The time interval of the vehicle state.

siteNameString!

The name of the site

VehicleStateQueryInput

An input type for vehicle state query.

FieldTypeDescription
dimensionsVehicleStateQueryDimensions

The dimensions of the vehicle state query input.

timeWindowTimeWindow

The timewindow of the vehicle state query input.

VehicleTripsDimensions

An input type that describes the vehicle trips dimensions.

FieldTypeDescription
vin[String]

The vehicle identification numbers.

timeIntervalTimeInterval

The time interval of the vehicle trips.

siteNameString!

The site name

VehicleTripsQueryInput

An input type that describes the vehicle trips query input.

FieldTypeDescription
dimensionsVehicleTripsDimensions

The dimensions of the vehicle trips query input.

timeWindowTimeWindow

The timewindow of the vehicle trips query input.

VoltageDataInput

An input type for voltage.

FieldTypeDescription
dcFloat

The DC voltage.

phase1Float

The voltage for phase 1.

phase2Float

The voltage for phase 2.

phase3Float

The voltage for phase 3.

VoltageInput

An input type for voltage.

FieldTypeDescription
dcFloat

The DC voltage.

phase1Float

The voltage for phase 1.

phase2Float

The voltage for phase 2.

phase3Float

The voltage for phase 3.

WheelDataInput

An input type for wheel data.

FieldTypeDescription
leftTireDataInput

The data of the left wheel.

rightTireDataInput

The data of the right wheel.

WheelRowDataInput

An input type for wheel row data.

FieldTypeDescription
wheelWheelDataInput

The data of the wheel.

Enums

FleetAssetsFields

An enum for fleet assets fields.

ValueDescription
vin
brand
siteName
imei

Processes

An enum for processes.

ValueDescription
FLEETVEHICLESLIST
FLEETINSIGHTS

TimeInterval

An enum for time intervals.

ValueDescription
MINUTE
HOUR
DAY
WEEK
MONTH
YEAR

Scalars

Boolean

The Boolean scalar type represents true or false.

Float

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.

Int

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

String

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.