GraphQL Schema
Table of Contents
- Query
- Objects
- ADASData
- AccelerationData
- AxleData
- BatteryData
- CabinData
- ChargingData
- ChassisData
- Current
- CurrentData
- CurrentLocationData
- DriverData
- EBDData
- EESData
- EESPayload
- ElectricMotorData
- Energy
- FleetDistributionOverview
- Frequency
- HvacData
- InverterData
- MeterData
- Power
- PowerChargeData
- PowerData
- PowerDischargeData
- PowerFactor
- PowertrainData
- Row1Data
- Row2Data
- SeatData
- SeatSideData
- ServiceData
- StateOfChargeData
- Subscription
- TemperatureData
- Tire
- TireData
- TransmissionData
- VehicleCharges
- VehicleChargesCounts
- VehicleChargesCountsByBrand
- VehicleData
- VehicleFleetDetails
- VehicleIdentificationData
- VehicleOverview
- VehiclePayload
- VehicleState
- VehicleTrips
- Voltage
- VoltageData
- WheelData
- WheelRowData
- Inputs
- ADASDataInput
- AccelerationDataInput
- AxleDataInput
- BatteryDataInput
- CabinDataInput
- ChargingDataInput
- ChassisDataInput
- CurrentDataInput
- CurrentInput
- CurrentLocationDataInput
- DriverDataInput
- EBDDataInput
- EESDataInput
- EESDimensions
- EESPayloadInput
- EESQueryInput
- ElectricMotorDataInput
- EnergyInput
- FleetDistributionDimensions
- FleetDistributionInput
- FrequencyInput
- HvacDataInput
- InverterDataInput
- MeterDataInput
- PowerChargeDataInput
- PowerDataInput
- PowerDischargeDataInput
- PowerFactorInput
- PowerInput
- PowertrainDataInput
- Row1DataInput
- Row2DataInput
- SeatDataInput
- SeatSideDataInput
- ServiceDataInput
- StateOfChargeDataInput
- TemperatureDataInput
- TimeWindow
- TireDataInput
- TireInput
- TransmissionDataInput
- VehicleChargesQueryDimensions
- VehicleChargesQueryInput
- VehicleDataDimensions
- VehicleDataInput
- VehicleDataQueryInput
- VehicleFleetAssetsDimensions
- VehicleFleetAssetsInput
- VehicleIdentificationDataInput
- VehicleOverviewDimensions
- VehicleOverviewInput
- VehicleOverviewQueryInput
- VehiclePayloadInput
- VehicleStateInput
- VehicleStateQueryDimensions
- VehicleStateQueryInput
- VehicleTripsDimensions
- VehicleTripsQueryInput
- VoltageDataInput
- VoltageInput
- WheelDataInput
- WheelRowDataInput
- Enums
- Scalars
Query
All the available queries
Field | Argument | Type | Description |
---|---|---|---|
getVehicleData | [VehiclePayload] | Query to get the vehicle data. | |
queryInput | VehicleDataQueryInput | ||
getVehicleOverview | [VehicleOverview] | Query to get the vehicle overview data. | |
queryInput | VehicleOverviewQueryInput | ||
getVehicleTrips | [VehicleTrips] | Query to get the vehicle trips data. | |
queryInput | VehicleTripsQueryInput | ||
getVehicleState | [VehicleState] | Query to get the vehicle state data. | |
queryInput | VehicleStateQueryInput | ||
getVehicleCharges | [VehicleCharges] | Query to get the vehicle charges data. | |
queryInput | VehicleChargesQueryInput | ||
getVehicleChargesCounts | [VehicleChargesCounts] | Query to get the vehicle charges counts data. | |
queryInput | VehicleChargesQueryInput | ||
getVehicleChargesCountsByBrand | [VehicleChargesCountsByBrand] | Query to get the vehicle charges counts data by brand. | |
queryInput | VehicleChargesQueryInput | ||
getFleetDistribution | [FleetDistributionOverview] | Query to get the fleet distribution data. | |
queryInput | FleetDistributionInput | ||
getFleetAssets | [VehicleFleetDetails] | Query to get the fleet assets data. | |
queryInput | VehicleFleetAssetsInput | ||
getEESData | [EESPayload] | Query to get the Electrical Energy Storage(EES) data. | |
input | EESQueryInput |
Objects
ADASData
A type that describes the ADAS data.
Field | Argument | Type | Description |
---|---|---|---|
ebd | EBDData | Describes the Electronic Brakeforce Distribution (EBD) data. |
AccelerationData
A type that describes the acceleration data.
Field | Argument | Type | Description |
---|---|---|---|
longitudinal | Float | The longitudinal acceleration value. | |
lateral | Float | The lateral acceleration value. |
AxleData
A type that describes the axle data.
Field | Argument | Type | Description |
---|---|---|---|
row1 | WheelRowData | The data for the first wheel row. | |
row2 | WheelRowData | The data for the second wheel row. |
BatteryData
A type that describes battery data.
Field | Argument | Type | Description |
---|---|---|---|
id | String | The ID of the battery. | |
stateOfCharge | StateOfChargeData | The state of charge data for the battery. | |
stateOfHealth | Float | The state of health of the battery. | |
currentPower | Float | The current power of the battery. | |
powerConsumtion | Float | The power consumption of the battery. | |
currentVoltage | Float | The current voltage of the battery. | |
currentCurrent | Float | The current current of the battery. | |
accumulatedChargedEnergy | Float | The accumulated charged energy of the battery. | |
accumulatedConsumedEnergy | Float | The accumulated consumed energy of the battery. | |
totalThroughput | Float | The total throughput of the battery. | |
charging | ChargingData | The charging data for the battery. | |
temperature | TemperatureData | The temperature data for the battery. | |
grossCapacity | Int | The gross capacity of the battery. | |
netCapacity | Int | The net capacity of the battery. |
CabinData
An input type for cabin data.
Field | Argument | Type | Description |
---|---|---|---|
seat | SeatData | The seat data for the cabin. |
ChargingData
A type for charging data.
Field | Argument | Type | Description |
---|---|---|---|
voltage | VoltageData | The voltage data for charging. | |
current | CurrentData | The current data for charging. | |
power | PowerData | The power data for charging. | |
chargePortFlap | Boolean | The status of the charge port flap. | |
isChargingCableConnected | Boolean | Indicates if the charging cable is connected. | |
isChargingCableLocked | Boolean | Indicates if the charging cable is locked. | |
isCharging | Boolean | Indicates if the battery is currently charging. | |
isDischarging | Boolean | Indicates if the battery is currently discharging. | |
mode | Float | The mode of charging. | |
powerCharge | PowerChargeData | The power charge data. | |
powerDischarge | PowerDischargeData | The power discharge data. |
ChassisData
A type that describes the chassis data.
Field | Argument | Type | Description |
---|---|---|---|
axle | AxleData | The axle data for the chassis. |
Current
A type that describes the current data.
Field | Argument | Type | Description |
---|---|---|---|
dc | Float | The DC current. | |
phase1 | Float | The current for phase 1. | |
phase2 | Float | The current for phase 2. | |
phase3 | Float | The current for phase 3. |
CurrentData
An input type for current data.
Field | Argument | Type | Description |
---|---|---|---|
dc | Float | The DC current. | |
phase1 | Float | The current for phase 1. | |
phase2 | Float | The current for phase 2. | |
phase3 | Float | The current for phase 3. |
CurrentLocationData
An input type for current location data.
Field | Argument | Type | Description |
---|---|---|---|
latitude | Float | The latitude of the current location. | |
longitude | Float | The longitude of the current location. | |
altitude | Float | The altitude of the current location. | |
heading | Float | The heading of the current location. |
DriverData
A type that describes the driver data.
Field | Argument | Type | Description |
---|---|---|---|
distractionLevel | Float | The distraction level of the driver. |
EBDData
A type that describes the Electronic Brakeforce Distribution (EBD) data.
Field | Argument | Type | Description |
---|---|---|---|
isEngaged | Boolean | Indicates if the Electronic Brakeforce Distribution (EBD) is engaged. |
EESData
A type that describes the Electrical Energy Storage (EES) data.
Field | Argument | Type | Description |
---|---|---|---|
id | String | The ID of the Electrical Energy Storage (EES). | |
version | String | The version of the Electrical Energy Storage (EES). |
EESPayload
A type that describes the Electrical Energy Storage (EES) payload data.
Field | Argument | Type | Description |
---|---|---|---|
imei | String! | The International Mobile Equipment Identity (IMEI) of the Electrical Energy Storage (EES). | |
entity | String | The entity of the Electrical Energy Storage (EES). | |
tcuType | String | The type of the Telemetric Control Unit (TCU). | |
ees | EESData | The Electrical Energy Storage (EES) data. | |
timestamp | Float | The timestamp of the Electrical Energy Storage (EES) data. | |
assetType | String | The type of the asset. | |
status | String | The status of the Electrical Energy Storage (EES). | |
service | ServiceData | The service data for the Electrical Energy Storage (EES). | |
currentLocation | CurrentLocationData | 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.
Field | Argument | Type | Description |
---|---|---|---|
power | Float | The power of the Electric Motor. | |
speed | Float | The speed of the Electric Motor. | |
torque | Float | The torque of the Electric Motor. |
Energy
A type that describes the Energy.
Field | Argument | Type | Description |
---|---|---|---|
positive | Float | The positive energy. | |
negative | Float | The negative energy. |
FleetDistributionOverview
A type that describes the vehicle distribution overview.
Field | Argument | Type | Description |
---|---|---|---|
count | Int | The count of fleets | |
brand | String | The brand of the vehicles |
Frequency
A type that describes the frequency.
Field | Argument | Type | Description |
---|---|---|---|
phase1 | Float | The frequency for phase 1. | |
phase2 | Float | The frequency for phase 2. | |
phase3 | Float | The frequency for phase 3. |
HvacData
A type that describes the Heating, Ventilation and Air Conditioning (HVAC) data.
Field | Argument | Type | Description |
---|---|---|---|
id | String | The ID of the HVAC. | |
voltage | Voltage | The voltage data of the HVAC. | |
current | Current | The current data of the HVAC. | |
frequency | Frequency | The frequency data for the HVAC. | |
powerFactor | PowerFactor | The power factor data for the HVAC. | |
power | Power | The power data for the HVAC. | |
energy | Energy | The energy data for the HVAC. | |
totalACPower | Float | The total AC power of the HVAC.. | |
totalDCPower | Float | The total DC power of the HVAC.. | |
version | String | The version of the HVAC of the HVAC.. |
InverterData
A type that describes the Inverter data.
Field | Argument | Type | Description |
---|---|---|---|
id | String | The ID of the Inverter. | |
voltage | Voltage | The voltage data of the Inverter. | |
current | Current | The current data of the Inverter. | |
frequency | Frequency | The frequency data for the Inverter. | |
powerFactor | PowerFactor | The power factor data for the Inverter. | |
power | Power | The power data for the Inverter. | |
energy | Energy | The energy data for the Inverter. | |
totalACPower | Float | The total AC power of the Inverter. | |
totalDCPower | Float | The total DC power of the Inverter. | |
version | String | The version of the Inverter. |
MeterData
A type that describes the Meter data.
Field | Argument | Type | Description |
---|---|---|---|
id | String | The ID of the Meter. | |
voltage | Voltage | The voltage data of the Meter. | |
current | Current | The current data of the Meter. | |
power | Power | The frequency data for the Meter. | |
frequency | Frequency | The power factor data for the Meter. | |
powerFactor | PowerFactor | The power data for the Meter. | |
energy | Energy | The energy data for the Meter. | |
totalACPower | Float | The total AC power of the Meter. | |
totalDCPower | Float | The total DC power of the Meter. | |
version | String | The version of the Meter. |
Power
A type that describes the Power data.
Field | Argument | Type | Description |
---|---|---|---|
dc | Float | The DC power. | |
phase1 | Float | The power for phase 1. | |
phase2 | Float | The power for phase 2. | |
phase3 | Float | The power for phase 3. |
PowerChargeData
An input type for Powercharge data.
Field | Argument | Type | Description |
---|---|---|---|
oneMin | Float | The one minute power charge. | |
fiveMin | Float | The five minute power charge. | |
fifteenMin | Float | The fifteen minute power charge. |
PowerData
A type that describes the Power data.
Field | Argument | Type | Description |
---|---|---|---|
dc | Float | The DC power. | |
phase1 | Float | The power for phase 1. | |
phase2 | Float | The power for phase 2. | |
phase3 | Float | The power for phase 3. |
PowerDischargeData
A type that describes the Power Discharge data.
Field | Argument | Type | Description |
---|---|---|---|
oneMin | Float | The one minute power discharge. | |
fiveMin | Float | The five minute power discharge. | |
fifteenMin | Float | The fifteen minute power discharge. |
PowerFactor
A type that describes the Power Factor data.
Field | Argument | Type | Description |
---|---|---|---|
phase1 | Float | The power factor for phase 1. | |
phase2 | Float | The power factor for phase 2. | |
phase3 | Float | The power factor for phase 3. |
PowertrainData
A type that describes the Powertrain data.
Field | Argument | Type | Description |
---|---|---|---|
electricMotor | ElectricMotorData | The electric motor data for the powertrain. | |
transmission | TransmissionData | The transmission data for the powertrain. | |
range | Int | The range of the powertrain. |
Row1Data
A type that describes the first seat row data.
Field | Argument | Type | Description |
---|---|---|---|
driverSide | SeatSideData | The data for the driver side. | |
passengerSide | SeatSideData | The data for the passenger side. |
Row2Data
A type that describes the second seat row data.
Field | Argument | Type | Description |
---|---|---|---|
driverSide | SeatSideData | The data for the driver side. | |
middle | SeatSideData | The data for the passenger side. | |
passengerSide | SeatSideData | The data for the passenger side. |
SeatData
A type that describes the seat data.
Field | Argument | Type | Description |
---|---|---|---|
row1 | Row1Data | The data for the first seat row. | |
row2 | Row2Data | The data for the second seat row. |
SeatSideData
A type that describes the seat side data.
Field | Argument | Type | Description |
---|---|---|---|
isBelted | Boolean | Indicates if the seat is belted. |
ServiceData
A type that describes the service data.
Field | Argument | Type | Description |
---|---|---|---|
timeToService | Float | The time to service. |
StateOfChargeData
A type that describes the state of charge data.
Field | Argument | Type | Description |
---|---|---|---|
current | Float | The current state of charge. |
Subscription
All the available subscriptions
Field | Argument | Type | Description |
---|---|---|---|
onVehicleDataPublished | VehiclePayload | Subscription to get the live vehicle data. | |
onEESDataPublished | EESPayload | Subscription to get the live Electrical Energy Storage(EES) data. | |
onVehicleOverviewPublished | VehicleOverview | Subscription to get the live vehicle overview data. | |
onVehicleTripsPublished | VehicleTrips | Subscription to get the live vehicle trips data. |
TemperatureData
A type that describes the temperature data.
Field | Argument | Type | Description |
---|---|---|---|
average | Float | The average temperature. | |
current | Float | The current temperature. | |
min | Float | The minimum temperature. | |
max | Float | The maximum temperature. |
Tire
A type that describes the Tire data.
Field | Argument | Type | Description |
---|---|---|---|
isPressureLow | Boolean | Indicates if the tire pressure is low. |
TireData
An input type for Tire data.
Field | Argument | Type | Description |
---|---|---|---|
speed | Float | Describes the speed of the tire. | |
tire | Tire | Indicates if the tire pressure is low. |
TransmissionData
A type that describes the transmission data.
Field | Argument | Type | Description |
---|---|---|---|
performanceMode | Int | The performance mode of the transmission. | |
travelledDistance | Float | The travelled distance. |
VehicleCharges
A type that describes the vehicle charges.
Field | Argument | Type | Description |
---|---|---|---|
vin | String | The vehicle identification number. | |
imei | String | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
siteName | String | The name of the site | |
brand | String | The brand of the vehicle | |
time | String | Time of ingestion | |
chargingStartTime | String | The start time of the charging | |
chargingEndTime | String | The end time of the charging | |
chargingDurationHours | Float | ||
chargingStartSoC | Float | ||
chargingEndSoC | Float | ||
chargingLatitude | Float | ||
chargingLongitude | Float | ||
distanceSinceLastChargingKM | Float | ||
chargeEnergyConsumption | Float |
VehicleChargesCounts
Field | Argument | Type | Description |
---|---|---|---|
vin | String | ||
imei | String | ||
time | Int | ||
siteName | String | ||
chargingEvents | Int |
VehicleChargesCountsByBrand
Field | Argument | Type | Description |
---|---|---|---|
vin | String | ||
imei | String | ||
time | Int | ||
siteName | String | ||
brand | String | ||
chargingEvents | Int |
VehicleData
A type that describes the vehicle data.
Field | Argument | Type | Description |
---|---|---|---|
vehicleIdentification | VehicleIdentificationData | The vehicle identification numbers. | |
acceleration | AccelerationData | The acceleration data. | |
brand | String | The brand of the vehicle. | |
speed | Float | The speed of the vehicle. | |
ignition | Int | The ignition state of the vehicle. | |
batteryLevel | Float | The battery level of the vehicle | |
distanceToService | Int | The distance to service. | |
ambientAirTemperature | Int | The ambient air temperature of the vehicle. | |
crashDetection | Int | The crash detection state of the vehicle. | |
drivingRecords | Int | The driving state of the vehicle. | |
coolantTemperature | Int | The engine coolant temperature of the vehicle. | |
secondsSinceEngineStart | Int | Seconds since the start of the vehicle's engine. | |
drivingState | Int | The driving state of the vehicle. | |
greenDrivingType | Int | The green driving type of the vehicle. | |
greenDrivingValue | Int | The green driving value of the vehicle. | |
atOverSpeeding | Int | The over speeding state of the vehicle. | |
idling | Int | The idling state of the vehicle. | |
tripOdometer | Int | The trip odometer of the vehicle. | |
trip | Int | The trip of the vehicle. | |
ecoDuration | Int | The eco duration of the vehicle. | |
ignitionOnCounter | Int | The ignition on counter of the vehicle. | |
movement | Int | The movement state of the vehicle. | |
dataMode | Int | The data mode of the vehicle. | |
sleepMode | Int | The sleep mode of the vehicle. | |
gnnsStatus | Int | The GNNS status of the vehicle. | |
instantMovement | Int | The instant movement of the vehicle. |
VehicleFleetDetails
A type that describes the vehicle fleet details.
Field | Argument | Type | Description |
---|---|---|---|
vin | String | The vehicle identification number. | |
imei | String | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
siteName | String | The name of the site | |
brand | String | The brand of the vehicle. |
VehicleIdentificationData
A type that describes vehicle identification number.
Field | Argument | Type | Description |
---|---|---|---|
vin | String | The vehicle identification number. |
VehicleOverview
A type that describes the vehicle overview data.
Field | Argument | Type | Description |
---|---|---|---|
vin | String | The vehicle identification number. | |
imei | String | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
assetType | String | The asset type | |
tcuType | String | The Telemetric Control Unit (TCU) type. | |
brand | String | The brand of the vehicle. | |
recordCount | Int | The number of records. | |
minTime | String | The min time interval. | |
maxTime | String | The max time interval. | |
timeInterval | String | The time interval. | |
minute | Int | Response will be in average of minutes | |
hour | Int | Response will be in average of hours | |
day | Int | Response will be in average of days | |
week | Int | Response will be in average of weeks | |
month | Int | Response will be in average of months | |
year | Int | Response will be in average of years | |
recuperationEnergy | Float | Value of recuperation energy | |
consumedEnergy | Float | Value of consumed energy | |
drivingTime | Float | Time spent in driving | |
idling | Float | Time spent in idling | |
timeInEco | Float | Time spent in eco mode | |
timeNotInEco | Float | Time spent not in eco mode | |
timeIsBelted | Float | Time spent belted | |
timeIsNotBelted | Float | Time spent not belted | |
energyEfficiency | Float | Energy efficiency | |
driverScorecard | Float | Driver scorecard | |
seatBeltOffRate | Float | Seat belt off rate | |
overspeeding | Float | Number of overspeeding | |
harshCornering | Float | Number of harsh cornering | |
harshBraking | Float | Number of harsh braking | |
position | String | Position of the vehicle | |
speed | Float | Speed of the vehicle | |
mileage | Float | Mileage of the vehicle | |
distanceDriven | Float | Distance driven of the vehicle | |
serviceDueDate | String | Due date until service | |
distanceToService | String | Distance until service | |
remainingRange | String | Remaning range of the vehicle | |
tirePressureIndicator | String | Indicator of tire pressure | |
batteryId | String | The battery id of the vehicle | |
batterySoc | Float | The battery state of charge of the vehicle | |
batterySoh | Float | The battery state of health of the vehicle | |
batteryChargingState | String | The battery charging state of the vehicle | |
batteryTemperature | Float | The battery temperature of the vehicle | |
batteryCurrent | Float | The battery current of the vehicle | |
batteryVoltage | Float | The battery voltage of the vehicle | |
batterySize | Float | The battery size of the vehicle | |
batteryTemperatureMin | Float | The minimum battery temperature of the vehicle | |
batteryTemperatureMax | Float | The maximum battery temperature of the vehicle | |
batteryTemperatureAvg | Float | The average battery temperature of the vehicle | |
utilizationRate | Float | The utilization rate of the vehicle | |
idlingRate | Float | The idling rate of the vehicle | |
offlineRate | Float | The offline rate of the vehicle | |
chargingEvents | Int | Charging events of the vehicle | |
licencePlateNo | String | Name of licence plate | |
capacity | Float | The capacity of the vehicle |
VehiclePayload
A type that describes the vehicle payload data.
Field | Argument | Type | Description |
---|---|---|---|
imei | String! | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
entity | String | The entity of the vehicle. | |
tcuType | String | The type of the Telemetric Control Unit (TCU). | |
timestamp | Float | The timestamp of the vehicle data. | |
assetType | String | The type of the asset. | |
service | ServiceData | The service data for the vehicle. | |
status | String | The status of the vehicle. | |
vehicle | VehicleData | The vehicle data. | |
adas | ADASData | The ADAS data for the vehicle. | |
driver | DriverData | The driver data for the vehicle. | |
cabin | CabinData | The cabin data for the vehicle. | |
currentLocation | CurrentLocationData | The current location data for the vehicle. | |
chassis | ChassisData | The chassis data for the vehicle. | |
powertrain | PowertrainData | 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.
Field | Argument | Type | Description |
---|---|---|---|
vin | String | The vehicle identification number. | |
imei | String | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
brand | String | The brand of the vehicle | |
timestamp | String | Timestamp of the data | |
tripDistance | Float | Distance of the vehicle | |
latitude | Float | Latitude of the vehicle | |
longitude | Float | Longitude of the vehicle | |
ignition | Boolean | Ignition state of the vehicle | |
ignitionStatus | String | Ignition status of the vehicle | |
status | String | Status of the vehicle | |
isCharging | Boolean | Charging state of the vehicle | |
speed | Float | Speed of the vehicle | |
soc | Float | State of charge of the vehicle | |
range | Float | Range of the vehicle | |
batteryTemperature | Float | Battery temperature of the vehicle | |
ignitionTimeHrs | Float | Ignition time of the vehicle | |
netCapacity | Float | Net capacity of the vehicle | |
odometer | Float | Odometer of the vehicle |
VehicleTrips
A type that describes the vehicle trips.
Field | Argument | Type | Description |
---|---|---|---|
vin | String | The vehicle identification number. | |
imei | String | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
brand | String | The brand of the vehicle | |
time | String | Time of ingestion | |
tripStartTime | String | The start time of the trip | |
tripEndTime | String | The end time of the trip | |
tripDurationHours | Float | The duration of the trip in hours | |
tripStartSoC | Float | The start state of charge of the trip | |
tripEndSoC | Float | The end state of charge of the trip | |
tripStartLongitude | Float | The start longitude of the trip | |
tripStartLatitude | Float | The start latitude of the trip | |
tripEndLongitude | Float | The end longitude of the trip | |
tripEndLatitude | Float | The end latitude of the trip | |
tripStartDistanceMetres | Float | The start distance of the trip in meters | |
tripEndDistanceMetres | Float | The end distance of the trip in meters | |
tripDistanceCoveredKM | Float | The distance of the trip in kilometers |
Voltage
A type that describes the voltage.
Field | Argument | Type | Description |
---|---|---|---|
dc | Float | The DC voltage. | |
phase1 | Float | The voltage for phase 1. | |
phase2 | Float | The voltage for phase 2. | |
phase3 | Float | The voltage for phase 3. |
VoltageData
An input type for voltage.
Field | Argument | Type | Description |
---|---|---|---|
dc | Float | The DC voltage. | |
phase1 | Float | The voltage for phase 1. | |
phase2 | Float | The voltage for phase 2. | |
phase3 | Float | The voltage for phase 3. |
WheelData
A type that describes the wheel data.
Field | Argument | Type | Description |
---|---|---|---|
left | TireData | The data of the left wheel. | |
right | TireData | The data of the right wheel. |
WheelRowData
A type that describes the wheel row data.
Field | Argument | Type | Description |
---|---|---|---|
wheel | WheelData | The data of the wheel. |
Inputs
ADASDataInput
An input type for ADAS data.
Field | Type | Description | |
---|---|---|---|
ebd | EBDDataInput | Input type for Electronic Brakeforce Distribution (EBD) data. |
AccelerationDataInput
An input type for acceleration data.
Field | Type | Description | |
---|---|---|---|
longitudinal | Float | The longitudinal acceleration value. | |
lateral | Float | The lateral acceleration value. |
AxleDataInput
An input type for axle data.
Field | Type | Description | |
---|---|---|---|
row1 | WheelRowDataInput | The input for the first wheel row. | |
row2 | WheelRowDataInput | The input for the second wheel row. |
BatteryDataInput
An input type for battery data.
Field | Type | Description | |
---|---|---|---|
id | String | The ID of the battery. | |
stateOfCharge | StateOfChargeDataInput | The state of charge data for the battery. | |
stateOfHealth | Float | The state of health of the battery. | |
currentPower | Float | The current power of the battery. | |
powerConsumtion | Float | The power consumption of the battery. | |
currentVoltage | Float | The current voltage of the battery. | |
currentCurrent | Float | The current current of the battery. | |
accumulatedChargedEnergy | Float | The accumulated charged energy of the battery. | |
accumulatedConsumedEnergy | Float | The accumulated consumed energy of the battery. | |
totalThroughput | Float | The total throughput of the battery. | |
charging | ChargingDataInput | The charging data for the battery. | |
temperature | TemperatureDataInput | The temperature data for the battery. | |
grossCapacity | Int | The gross capacity of the battery. | |
netCapacity | Int | The net capacity of the battery. |
CabinDataInput
An input type for cabin data.
Field | Type | Description | |
---|---|---|---|
seat | SeatDataInput | The seat data for the cabin. |
ChargingDataInput
An input type for charging data.
Field | Type | Description | |
---|---|---|---|
voltage | VoltageDataInput | The voltage data for charging. | |
current | CurrentDataInput | The current data for charging. | |
power | PowerDataInput | The power data for charging. | |
chargePortFlap | Boolean | The status of the charge port flap. | |
isChargingCableConnected | Boolean | Indicates if the charging cable is connected. | |
isChargingCableLocked | Boolean | Indicates if the charging cable is locked. | |
isCharging | Boolean | Indicates if the battery is currently charging. | |
isDischarging | Boolean | Indicates if the battery is currently discharging. | |
mode | Float | The mode of charging. | |
powerCharge | PowerChargeDataInput | The power charge data. | |
powerDischarge | PowerDischargeDataInput | The power discharge data. |
ChassisDataInput
An input type for chassis data.
Field | Type | Description | |
---|---|---|---|
axle | AxleDataInput | The axle data for the chassis. |
CurrentDataInput
An input type for current data.
Field | Type | Description | |
---|---|---|---|
dc | Float | The DC current. | |
phase1 | Float | The current for phase 1. | |
phase2 | Float | The current for phase 2. | |
phase3 | Float | The current for phase 3. |
CurrentInput
A type that describes the current location data.
Field | Type | Description | |
---|---|---|---|
dc | Float | The DC current. | |
phase1 | Float | The current for phase 1. | |
phase2 | Float | The current for phase 2. | |
phase3 | Float | The current for phase 3. |
CurrentLocationDataInput
An input type for current location data.
Field | Type | Description | |
---|---|---|---|
latitude | Float | The latitude of the current location. | |
longitude | Float | The longitude of the current location. | |
altitude | Float | The altitude of the current location. | |
heading | Float | The heading of the current location. |
DriverDataInput
An input type for driver data.
Field | Type | Description | |
---|---|---|---|
distractionLevel | Float | The distraction level of the driver. |
EBDDataInput
An input type for Electronic Brakeforce Distribution (EBD) data.
Field | Type | Description | |
---|---|---|---|
isEngaged | Boolean | Indicates if the Electronic Brakeforce Distribution (EBD) is engaged. |
EESDataInput
An input type for Electrical Energy Storage (EES) data.
Field | Type | Description | |
---|---|---|---|
id | String | The ID of the Electrical Energy Storage (EES). | |
version | String | The version of the Electrical Energy Storage (EES). |
EESDimensions
A type that describes the Electrical Energy Storage (EES) dimensions.
Field | Type | Description | |
---|---|---|---|
imei | String | The International Mobile Equipment Identity (IMEI) of the Electrical Energy Storage (EES). | |
eesId | String | The ID of the Electrical Energy Storage (EES). |
EESPayloadInput
An input type for Electrical Energy Storage (EES) payload data.
Field | Type | Description | |
---|---|---|---|
imei | String! | The International Mobile Equipment Identity (IMEI) of the Electrical Energy Storage (EES). | |
entity | String | The entity of the Electrical Energy Storage (EES). | |
tcuType | String | The type of the Telemetric Control Unit (TCU). | |
ees | EESDataInput | The Electrical Energy Storage (EES) data. | |
timestamp | Float | The timestamp of the Electrical Energy Storage (EES) data. | |
assetType | String | The type of the asset. | |
status | String | The status of the Electrical Energy Storage (EES). | |
service | ServiceDataInput | The service data for the Electrical Energy Storage (EES). | |
currentLocation | CurrentLocationDataInput | 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.
Field | Type | Description | |
---|---|---|---|
dimensions | EESDimensions | The dimensions of the Electrical Energy Storage (EES) data. | |
timeWindow | TimeWindow | The time window of the Electrical Energy Storage (EES) data. |
ElectricMotorDataInput
An input type for Electric Motor data.
Field | Type | Description | |
---|---|---|---|
power | Float | The power of the Electric Motor. | |
speed | Float | The speed of the Electric Motor. | |
torque | Float | The torque of the Electric Motor. |
EnergyInput
An input type for Energy.
Field | Type | Description | |
---|---|---|---|
positive | Float | The positive energy. | |
negative | Float | The negative energy. |
FleetDistributionDimensions
An input type for vehicle distribution dimensions.
Field | Type | Description | |
---|---|---|---|
siteName | String! | The name of the site |
FleetDistributionInput
Field | Type | Description | |
---|---|---|---|
dimensions | FleetDistributionDimensions | The dimensions of the vehicle distribution. |
FrequencyInput
An input type for frequency.
Field | Type | Description | |
---|---|---|---|
phase1 | Float | The frequency for phase 1. | |
phase2 | Float | The frequency for phase 2. | |
phase3 | Float | The frequency for phase 3. |
HvacDataInput
An input type for Heating, Ventilation and Air Conditioning (HVAC) data.
Field | Type | Description | |
---|---|---|---|
id | String | The ID of the HVAC. | |
voltage | VoltageInput | The voltage data of the HVAC. | |
current | CurrentInput | The current data of the HVAC. | |
frequency | FrequencyInput | The frequency data for the HVAC. | |
powerFactor | PowerFactorInput | The power factor data for the HVAC. | |
power | PowerInput | The power data for the HVAC. | |
energy | EnergyInput | The energy data for the HVAC. | |
totalACPower | Float | The total AC power of the HVAC.. | |
totalDCPower | Float | The total DC power of the HVAC.. | |
version | String | The version of the HVAC of the HVAC.. |
InverterDataInput
An input type for Inverter data.
Field | Type | Description | |
---|---|---|---|
id | String | The ID of the Inverter. | |
voltage | VoltageInput | The voltage data of the Inverter. | |
current | CurrentInput | The current data of the Inverter. | |
frequency | FrequencyInput | The frequency data for the Inverter. | |
powerFactor | PowerFactorInput | The power factor data for the Inverter. | |
power | PowerInput | The power data for the Inverter. | |
energy | EnergyInput | The energy data for the Inverter. | |
totalACPower | Float | The total AC power of the Inverter. | |
totalDCPower | Float | The total DC power of the Inverter. | |
version | String | The version of the Inverter. |
MeterDataInput
An input type for Meter data.
Field | Type | Description | |
---|---|---|---|
id | String | The ID of the Meter. | |
voltage | VoltageInput | The voltage data of the Meter. | |
current | CurrentInput | The current data of the Meter. | |
power | PowerInput | The frequency data for the Meter. | |
frequency | FrequencyInput | The power factor data for the Meter. | |
powerFactor | PowerFactorInput | The power data for the Meter. | |
energy | EnergyInput | The energy data for the Meter. | |
totalACPower | Float | The total AC power of the Meter. | |
totalDCPower | Float | The total DC power of the Meter. | |
version | String | The version of the Meter. |
PowerChargeDataInput
An input type for Powercharge data.
Field | Type | Description | |
---|---|---|---|
oneMin | Float | The one minute power charge. | |
fiveMin | Float | The five minute power charge. | |
fifteenMin | Float | The fifteen minute power charge. |
PowerDataInput
An input type for Power data.
Field | Type | Description | |
---|---|---|---|
dc | Float | The DC power. | |
phase1 | Float | The power for phase 1. | |
phase2 | Float | The power for phase 2. | |
phase3 | Float | The power for phase 3. |
PowerDischargeDataInput
An input type for Power Discharge data.
Field | Type | Description | |
---|---|---|---|
oneMin | Float | The one minute power discharge. | |
fiveMin | Float | The five minute power discharge. | |
fifteenMin | Float | The fifteen minute power discharge. |
PowerFactorInput
An input type for Power Factor data.
Field | Type | Description | |
---|---|---|---|
phase1 | Float | The power factor for phase 1. | |
phase2 | Float | The power factor for phase 2. | |
phase3 | Float | The power factor for phase 3. |
PowerInput
A type that describes the Power Input data.
Field | Type | Description | |
---|---|---|---|
dc | Float | The DC power. | |
phase1 | Float | The power for phase 1. | |
phase2 | Float | The power for phase 2. | |
phase3 | Float | The power for phase 3. |
PowertrainDataInput
An input type for Powertrain data.
Field | Type | Description | |
---|---|---|---|
electricMotor | ElectricMotorDataInput | The electric motor data for the powertrain. | |
transmission | TransmissionDataInput | The transmission data for the powertrain. | |
range | Int | The range of the powertrain. |
Row1DataInput
An input type for the first seat row data.
Field | Type | Description | |
---|---|---|---|
driverSide | SeatSideDataInput | The data for the driver side. | |
passengerSide | SeatSideDataInput | The data for the passenger side. |
Row2DataInput
An input type for second seat row data.
Field | Type | Description | |
---|---|---|---|
driverSide | SeatSideDataInput | The data for the driver side. | |
middle | SeatSideDataInput | The data for the passenger side. | |
passengerSide | SeatSideDataInput | The data for the passenger side. |
SeatDataInput
An input type for seat data.
Field | Type | Description | |
---|---|---|---|
row1 | Row1DataInput | The data for the first seat row. | |
row2 | Row2DataInput | The data for the second seat row. |
SeatSideDataInput
An input type for seat side data.
Field | Type | Description | |
---|---|---|---|
isBelted | Boolean | Indicates if the seat is belted. |
ServiceDataInput
An input type for service data.
Field | Type | Description | |
---|---|---|---|
timeToService | Float | The time to service. |
StateOfChargeDataInput
An input type for state of charge data.
Field | Type | Description | |
---|---|---|---|
current | Float | The current state of charge. |
TemperatureDataInput
An input type for temperature data.
Field | Type | Description | |
---|---|---|---|
average | Float | The average temperature. | |
current | Float | The current temperature. | |
min | Float | The minimum temperature. | |
max | Float | The maximum temperature. |
TimeWindow
A type that describes the timewindow.
Field | Type | Description | |
---|---|---|---|
start | String | The start time of the timewindow. | |
end | String | The end time of the timewindow. |
TireDataInput
An input type for Tire data.
Field | Type | Description | |
---|---|---|---|
speed | Float | Describes the speed of the tire. | |
tire | TireInput | Indicates if the tire pressure is low. |
TireInput
A type that describes the Tire data.
Field | Type | Description | |
---|---|---|---|
isPressureLow | Boolean | Indicates if the tire pressure is low. |
TransmissionDataInput
An input type for transmission data.
Field | Type | Description | |
---|---|---|---|
performanceMode | Int | The performance mode of the transmission. | |
travelledDistance | Float | The travelled distance. |
VehicleChargesQueryDimensions
An input type dimensions of vehicle charges query input.
Field | Type | Description | |
---|---|---|---|
vin | [String] | The vehicle identification numbers. | |
timeInterval | TimeInterval | The time interval of the vehicle charges. | |
siteName | String! | The name of the site |
VehicleChargesQueryInput
An input type for vehicle charges query.
Field | Type | Description | |
---|---|---|---|
dimensions | VehicleChargesQueryDimensions | The dimensions of the vehicle charges query input. | |
timeWindow | TimeWindow | The timewindow of the vehicle charges query input. |
VehicleDataDimensions
An input type for vehicle data.
Field | Type | Description | |
---|---|---|---|
vin | [String] | The vehicle identification numbers. | |
imei | [String] | The International Mobile Equipment Identities (IMEI) of the vehicle. |
VehicleDataInput
An input type for vehicle data.
Field | Type | Description | |
---|---|---|---|
vehicleIdentification | VehicleIdentificationDataInput | The vehicle identification numbers. | |
acceleration | AccelerationDataInput | The acceleration data. | |
brand | String | The brand of the vehicle. | |
speed | Float | The speed of the vehicle. | |
ignition | Int | The ignition state of the vehicle. | |
batteryLevel | Float | The battery level of the vehicle | |
distanceToService | Int | The distance to service. | |
ambientAirTemperature | Int | The ambient air temperature of the vehicle. | |
crashDetection | Int | The crash detection state of the vehicle. | |
drivingRecords | Int | The driving state of the vehicle. | |
coolantTemperature | Int | The engine coolant temperature of the vehicle. | |
secondsSinceEngineStart | Int | Seconds since the start of the vehicle's engine. | |
drivingState | Int | The driving state of the vehicle. | |
greenDrivingType | Int | The green driving type of the vehicle. | |
greenDrivingValue | Int | The green driving value of the vehicle. | |
atOverSpeeding | Int | The over speeding state of the vehicle. | |
idling | Int | The idling state of the vehicle. | |
tripOdometer | Int | The trip odometer of the vehicle. | |
trip | Int | The trip of the vehicle. | |
ecoDuration | Int | The eco duration of the vehicle. | |
ignitionOnCounter | Int | The ignition on counter of the vehicle. | |
movement | Int | The movement state of the vehicle. | |
dataMode | Int | The data mode of the vehicle. | |
sleepMode | Int | The sleep mode of the vehicle. | |
gnnsStatus | Int | The GNNS status of the vehicle. | |
instantMovement | Int | The instant movement of the vehicle. |
VehicleDataQueryInput
An input that describes the vehicle data query input.
Field | Type | Description | |
---|---|---|---|
dimensions | VehicleDataDimensions | The dimensions of the vehicle data. | |
timeWindow | TimeWindow | The timewindow of the vehicle data. |
VehicleFleetAssetsDimensions
An input type for vehicle fleet asset dimensions.
Field | Type | Description | |
---|---|---|---|
field | FleetAssetsFields! | fleet assets fields | |
siteName | String | The name of the site |
VehicleFleetAssetsInput
An input type for vehicle fleet asset.
Field | Type | Description | |
---|---|---|---|
dimensions | VehicleFleetAssetsDimensions | The dimensions of the vehicle fleet asset. |
VehicleIdentificationDataInput
An input type for vehicle identification number.
Field | Type | Description | |
---|---|---|---|
vin | String | The vehicle identification number. |
VehicleOverviewDimensions
An input type for vehicle overview dimensions.
Field | Type | Description | |
---|---|---|---|
vin | [String] | The vehicle identification numbers. | |
imei | [String] | The International Mobile Equipment Identities (IMEI) of the vehicle. | |
brand | [String] | The brands of the vehicle. | |
process | Processes | The process | |
siteName | String! | The name of the site | |
batteryChargingState | String | Battery charging state | |
timeInterval | TimeInterval | The time interval. |
VehicleOverviewInput
An input type for vehicle overview data.
Field | Type | Description | |
---|---|---|---|
vin | String | The vehicle identification number. | |
imei | String | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
assetType | String | The asset type | |
tcuType | String | The Telemetric Control Unit (TCU) type. | |
brand | String | The brand of the vehicle. | |
recordCount | Int | The number of records. | |
minTime | String | The min time interval. | |
maxTime | String | The max time interval. | |
timeInterval | String | The time interval. | |
minute | Int | Response will be in average of minutes | |
hour | Int | Response will be in average of hours | |
day | Int | Response will be in average of days | |
week | Int | Response will be in average of weeks | |
month | Int | Response will be in average of months | |
year | Int | Response will be in average of years | |
recuperationEnergy | Float | Value of recuperation energy | |
consumedEnergy | Float | Value of consumed energy | |
drivingTime | Float | Time spent in driving | |
idling | Float | Time spent in idling | |
timeInEco | Float | Time spent in eco mode | |
timeNotInEco | Float | Time spent not in eco mode | |
timeIsBelted | Float | Time spent belted | |
timeIsNotBelted | Float | Time spent not belted | |
energyEfficiency | Float | Energy efficiency | |
driverScorecard | Float | Driver scorecard | |
seatBeltOffRate | Float | Seat belt off rate | |
overspeeding | Float | Number of overspeeding | |
harshCornering | Float | Number of harsh cornering | |
harshBraking | Float | Number of harsh braking | |
position | String | Position of the vehicle | |
speed | Float | Speed of the vehicle | |
mileage | Float | Mileage of the vehicle | |
distanceDriven | Float | Distance driven of the vehicle | |
serviceDueDate | String | Due date until service | |
distanceToService | String | Distance until service | |
remainingRange | String | Remaning range of the vehicle | |
tirePressureIndicator | String | Indicator of tire pressure | |
batteryId | String | The battery id of the vehicle | |
batterySoc | Float | The battery state of charge of the vehicle | |
batterySoh | Float | The battery state of health of the vehicle | |
batteryChargingState | String | The battery charging state of the vehicle | |
batteryTemperature | Float | The battery temperature of the vehicle | |
batteryCurrent | Float | The battery current of the vehicle | |
batteryVoltage | Float | The battery voltage of the vehicle | |
batterySize | Float | The battery size of the vehicle | |
batteryTemperatureMin | Float | The minimum battery temperature of the vehicle | |
batteryTemperatureMax | Float | The maximum battery temperature of the vehicle | |
batteryTemperatureAvg | Float | The average battery temperature of the vehicle | |
utilizationRate | Float | The utilization rate of the vehicle | |
idlingRate | Float | The idling rate of the vehicle | |
offlineRate | Float | The offline rate of the vehicle | |
chargingEvents | Int | Charging events of the vehicle | |
licencePlateNo | String | Name of licence plate | |
capacity | Float | The capacity of the vehicle |
VehicleOverviewQueryInput
An input type for vehicle overview dimensions.
Field | Type | Description | |
---|---|---|---|
dimensions | VehicleOverviewDimensions | The dimensions of the vehicle overview data. | |
timeWindow | TimeWindow | The timewindow of the vehicle overview data. |
VehiclePayloadInput
An input type for vehicle payload data.
Field | Type | Description | |
---|---|---|---|
imei | String! | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
entity | String | The entity of the vehicle. | |
tcuType | String | The type of the Telemetric Control Unit (TCU). | |
timestamp | Float | The timestamp of the vehicle data. | |
assetType | String | The type of the asset. | |
service | ServiceDataInput | The service data for the vehicle. | |
status | String | The status of the vehicle. | |
vehicle | VehicleDataInput | The vehicle data. | |
adas | ADASDataInput | The ADAS data for the vehicle. | |
driver | DriverDataInput | The driver data for the vehicle. | |
cabin | CabinDataInput | The cabin data for the vehicle. | |
currentLocation | CurrentLocationDataInput | The current location data for the vehicle. | |
chassis | ChassisDataInput | The chassis data for the vehicle. | |
powertrain | PowertrainDataInput | 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.
Field | Type | Description | |
---|---|---|---|
vin | String | The vehicle identification number. | |
imei | String | The International Mobile Equipment Identity (IMEI) of the vehicle. | |
brand | String | The brand of the vehicle | |
timestamp | String | Timestamp of the data | |
distance | Float | Distance of the vehicle | |
latitude | Float | Latitude of the vehicle | |
longitude | Float | Longitude of the vehicle | |
ignition | Boolean | Ignition state of the vehicle | |
ignitionStatus | String | Ignition status of the vehicle | |
status | String | Status of the vehicle | |
isCharging | Boolean | Charging state of the vehicle | |
speed | Float | Speed of the vehicle | |
soc | Float | State of charge of the vehicle | |
range | Float | Range of the vehicle | |
batteryTemperature | Float | Battery temperature of the vehicle | |
ignitionTimeHrs | Float | Ignition time of the vehicle | |
netCapacity | Float | Net capacity of the vehicle | |
odometer | Float | Odometer of the vehicle |
VehicleStateQueryDimensions
An input type dimensions of vehicle state query input.
Field | Type | Description | |
---|---|---|---|
vin | [String] | The vehicle identification numbers. | |
timeInterval | TimeInterval | The time interval of the vehicle state. | |
siteName | String! | The name of the site |
VehicleStateQueryInput
An input type for vehicle state query.
Field | Type | Description | |
---|---|---|---|
dimensions | VehicleStateQueryDimensions | The dimensions of the vehicle state query input. | |
timeWindow | TimeWindow | The timewindow of the vehicle state query input. |
VehicleTripsDimensions
An input type that describes the vehicle trips dimensions.
Field | Type | Description | |
---|---|---|---|
vin | [String] | The vehicle identification numbers. | |
timeInterval | TimeInterval | The time interval of the vehicle trips. | |
siteName | String! | The site name |
VehicleTripsQueryInput
An input type that describes the vehicle trips query input.
Field | Type | Description | |
---|---|---|---|
dimensions | VehicleTripsDimensions | The dimensions of the vehicle trips query input. | |
timeWindow | TimeWindow | The timewindow of the vehicle trips query input. |
VoltageDataInput
An input type for voltage.
Field | Type | Description | |
---|---|---|---|
dc | Float | The DC voltage. | |
phase1 | Float | The voltage for phase 1. | |
phase2 | Float | The voltage for phase 2. | |
phase3 | Float | The voltage for phase 3. |
VoltageInput
An input type for voltage.
Field | Type | Description | |
---|---|---|---|
dc | Float | The DC voltage. | |
phase1 | Float | The voltage for phase 1. | |
phase2 | Float | The voltage for phase 2. | |
phase3 | Float | The voltage for phase 3. |
WheelDataInput
An input type for wheel data.
Field | Type | Description | |
---|---|---|---|
left | TireDataInput | The data of the left wheel. | |
right | TireDataInput | The data of the right wheel. |