GET api/customers/{customerId}/devices/{deviceAssetId}/technicaldetails
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | string |
Required |
|
| deviceAssetId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TechnicalDetailsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Storage | StorageResourceResponse |
None. |
|
| Load | LoadResourceResponse |
None. |
|
| Generation | GenerationResourceResponse |
None. |
|
| ChargingPoint | ChargingPointResourceResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Storage": {
"StorageResourceType": 0,
"ResourceType": 0,
"MaximumChargingPower": 1.1,
"MaximumCapacity": 5.1,
"EfficencyOfCharging": 2.1,
"IsControllable": true,
"MaximumDischargingPower": 3.1,
"ControllableType": 0,
"EfficiencyOfDischarging": 4.1
},
"Load": {
"LoadResourceType": 0,
"ResourceType": 0,
"FlexibilityType": 0,
"MaximumCapacity": 2.1,
"InstalledMaxCapacity": 1.1,
"IsControllable": true,
"ControllableType": 0
},
"Generation": {
"GenerationResourceType": 0,
"ResourceType": 0,
"InstalledMaxCapacity": 1.1,
"MaximumCapacity": 2.1,
"IsControllable": true,
"ControllableType": 0
},
"ChargingPoint": {
"ChargingPointType": 0,
"ResourceType": 0,
"ChargingPointMode": 0,
"MaximumCapacity": 2.1,
"InstalledMaxCapacity": 1.1,
"IsControllable": true,
"ControllableType": 0
}
}
text/html
Sample:
{"Storage":{"StorageResourceType":0,"ResourceType":0,"MaximumChargingPower":1.1,"MaximumCapacity":5.1,"EfficencyOfCharging":2.1,"IsControllable":true,"MaximumDischargingPower":3.1,"ControllableType":0,"EfficiencyOfDischarging":4.1},"Load":{"LoadResourceType":0,"ResourceType":0,"FlexibilityType":0,"MaximumCapacity":2.1,"InstalledMaxCapacity":1.1,"IsControllable":true,"ControllableType":0},"Generation":{"GenerationResourceType":0,"ResourceType":0,"InstalledMaxCapacity":1.1,"MaximumCapacity":2.1,"IsControllable":true,"ControllableType":0},"ChargingPoint":{"ChargingPointType":0,"ResourceType":0,"ChargingPointMode":0,"MaximumCapacity":2.1,"InstalledMaxCapacity":1.1,"IsControllable":true,"ControllableType":0}}