Download OpenAPI specification:Download
| tenantId required | string <uuid> The ID of the tenant owning the requested Twin. |
| passportIdentifier required | string <uuid> Example: 550e8400-e29b-41d4-a716-446655440000 The Battery Passport ID |
{- "remainingCapacity": {
- "time": "string",
- "value": 0
}, - "remainingEnergy": {
- "time": "string",
- "value": 0
}, - "soce": {
- "value": 0,
- "time": "string"
}, - "stateOfCharge": {
- "value": 0,
- "time": "string"
}, - "remainingPowerCapability": 0,
- "fullCycles": {
- "time": "string",
- "value": 0
}, - "temperatureCondition": {
- "timeSpentInExtremeTemperaturesAboveBoundary": 0,
- "timeSpentinExtremeTemperaturesBelowBoundary": 0,
- "timeSpentChargingDuringExtremeTemperaturesAboveBoundary": 0,
- "timeSpentChargingDuringExtremeTemperaturesBelowBoundary": 0
}, - "negativeEventsEV": {
- "noOfDeepDischargeEvents": -2147483648,
- "noOfOverchargeEvents": -2147483648,
- "informationOnAccidents": [
- {
- "content": "string",
- "contentType": "string",
- "header": "string"
}
]
}
}| tenantId required | string <uuid> The ID of the tenant owning the requested Twin. |
| passportIdentifier required | string <uuid> Example: 550e8400-e29b-41d4-a716-446655440000 The Battery Passport ID |
object (CapacityCharacteristic) Characteristic for dynamic capacity values such as the throughput and the remaining capacity. | |
object (EnergyCharacteristic) Characteristic for energy values expressed in a timestamp and a kilowatt-hours value. | |
required | object (RecordCharacteristic) Characteristic for a dynamic record with a value and timestamp. |
required | object (RecordCharacteristic) Characteristic for a dynamic record with a value and timestamp. |
| remainingPowerCapability | number (PowerCharacteristic) Power capability in kilowatts. |
required | object (FullCycleCharacteristic) Characteristic for dynamic cycle values. |
required | object (TemperatureConditionCharacteristic) Temperature Condition details for battery. |
required | object (NegativeEventsEVCharacteristic) Negative events document details. |
{- "remainingCapacity": {
- "time": "string",
- "value": 0
}, - "remainingEnergy": {
- "time": "string",
- "value": 0
}, - "soce": {
- "value": 0,
- "time": "string"
}, - "stateOfCharge": {
- "value": 0,
- "time": "string"
}, - "remainingPowerCapability": 0,
- "fullCycles": {
- "time": "string",
- "value": 0
}, - "temperatureCondition": {
- "timeSpentInExtremeTemperaturesAboveBoundary": 0,
- "timeSpentinExtremeTemperaturesBelowBoundary": 0,
- "timeSpentChargingDuringExtremeTemperaturesAboveBoundary": 0,
- "timeSpentChargingDuringExtremeTemperaturesBelowBoundary": 0
}, - "negativeEventsEV": {
- "noOfDeepDischargeEvents": -2147483648,
- "noOfOverchargeEvents": -2147483648,
- "informationOnAccidents": [
- {
- "content": "string",
- "contentType": "string",
- "header": "string"
}
]
}
}{- "remainingCapacity": {
- "time": "string",
- "value": 0
}, - "remainingEnergy": {
- "time": "string",
- "value": 0
}, - "soce": {
- "value": 0,
- "time": "string"
}, - "stateOfCharge": {
- "value": 0,
- "time": "string"
}, - "remainingPowerCapability": 0,
- "fullCycles": {
- "time": "string",
- "value": 0
}, - "temperatureCondition": {
- "timeSpentInExtremeTemperaturesAboveBoundary": 0,
- "timeSpentinExtremeTemperaturesBelowBoundary": 0,
- "timeSpentChargingDuringExtremeTemperaturesAboveBoundary": 0,
- "timeSpentChargingDuringExtremeTemperaturesBelowBoundary": 0
}, - "negativeEventsEV": {
- "noOfDeepDischargeEvents": -2147483648,
- "noOfOverchargeEvents": -2147483648,
- "informationOnAccidents": [
- {
- "content": "string",
- "contentType": "string",
- "header": "string"
}
]
}
}