PUT api/v2/electrical/projects/distributionboards/list
ListElectricalProjectDistributionBoard
Request Information
URI Parameters
None.
Body Parameters
The query
ListElectricalProjectDistributionBoardQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| Kind | ListElectricalProjectDistributionBoardKind |
None. |
|
| LastUpdateDateAfter | date |
None. |
|
| IsDeleted | IsDeletedFilterKind |
None. |
|
| Select | ListElectricalProjectDistributionBoardQuerySelect |
Required |
|
| Sort | Collection of ListElectricalProjectDistributionBoardQuerySort |
Required Default value: |
Request Formats
application/json
Sample:
{
"ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
"Kind": "Board",
"LastUpdateDateAfter": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": "NotDeleted",
"Select": {
"Kind": true,
"IsPVInstallation": true,
"Order": true,
"Identifier": true,
"FloorNumber": true,
"SpaceNumber": true,
"LastUpdateDate": true,
"IsDeleted": true,
"Files": true
},
"Sort": [
"Order",
"Order"
]
}
Response Information
Resource Description
ListElectricalProjectDistributionBoardQueryResult
ListElectricalProjectDistributionBoardQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| DistributionBoards | Collection of ListElectricalProjectDistributionBoardQueryResultBoard |
Required |
|
| Count | integer (32 bits) |
Range: inclusive between 0 and 2147483647 |
Response Formats
application/json
Sample:
{
"DistributionBoards": [
{
"ElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
"Kind": "MainDistributionBoard",
"IsPVInstallation": true,
"ParentElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
"Order": 1,
"Identifier": "sample string 1",
"FloorNumber": "sample string 2",
"SpaceNumber": "sample string 3",
"EarthingSystemKind": "TT",
"PowerPhaseKind": "1",
"ElectricalIngressProtectionRatingId": "00000000-0000-0000-0000-000000000000",
"CustomElectricalIngressProtectionRating": "sample string 4",
"ApplicanceProtectionClass": "0",
"MainSwitchNominalCurrent": 1,
"IsMainSwitchNominalCurrentCustom": true,
"UpstreamProtectiveDeviceKind": "DiazedFuse",
"UpstreamProtectiveDeviceCharacteristic": "sample string 5",
"IsUpstreamProtectiveDeviceCharacteristicCustom": true,
"CurrentL1": 1.0,
"CurrentL2": 1.0,
"CurrentL3": 1.0,
"CurrentNeutral": 1.0,
"VoltageL1": 1.0,
"VoltageL2": 1.0,
"VoltageL3": 1.0,
"VoltageL1Neutral": 1.0,
"VoltageL2Neutral": 1.0,
"VoltageL3Neutral": 1.0,
"VoltageL1Ground": 1.0,
"VoltageL2Ground": 1.0,
"VoltageL3Ground": 1.0,
"VoltageNeutralGround": 1.0,
"PowerPhaseRotation": "Clockwise",
"GroundImpedanceCurrentL1": 1.0,
"GroundImpedanceCurrentL2": 1.0,
"GroundImpedanceCurrentL3": 1.0,
"GroundImpedanceL1": 1.0,
"GroundImpedanceL2": 1.0,
"GroundImpedanceL3": 1.0,
"NeutralImpedanceCurrentL1": 1.0,
"NeutralImpedanceCurrentL2": 1.0,
"NeutralImpedanceCurrentL3": 1.0,
"NeutralImpedanceL1": 1.0,
"NeutralImpedanceL2": 1.0,
"NeutralImpedanceL3": 1.0,
"EnableMeasureImpedanceBetweenPowerPhases": true,
"MeasureImpedanceBetweenPowerPhases": true,
"ImpedanceCurrentL1L2": 1.0,
"ImpedanceCurrentL1L3": 1.0,
"ImpedanceCurrentL2L3": 1.0,
"ImpedanceL1L2": 1.0,
"ImpedanceL1L3": 1.0,
"ImpedanceL2L3": 1.0,
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true,
"Files": [
{
"ElectricalProjectDistributionBoardFileId": "00000000-0000-0000-0000-000000000000",
"ElectricalProjectFileId": "00000000-0000-0000-0000-000000000000",
"Kind": "EnclosureOpenImage",
"Order": 1,
"Remark": "sample string 1",
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true
},
{
"ElectricalProjectDistributionBoardFileId": "00000000-0000-0000-0000-000000000000",
"ElectricalProjectFileId": "00000000-0000-0000-0000-000000000000",
"Kind": "EnclosureOpenImage",
"Order": 1,
"Remark": "sample string 1",
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true
}
]
},
{
"ElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
"Kind": "MainDistributionBoard",
"IsPVInstallation": true,
"ParentElectricalProjectDistributionBoardId": "00000000-0000-0000-0000-000000000000",
"Order": 1,
"Identifier": "sample string 1",
"FloorNumber": "sample string 2",
"SpaceNumber": "sample string 3",
"EarthingSystemKind": "TT",
"PowerPhaseKind": "1",
"ElectricalIngressProtectionRatingId": "00000000-0000-0000-0000-000000000000",
"CustomElectricalIngressProtectionRating": "sample string 4",
"ApplicanceProtectionClass": "0",
"MainSwitchNominalCurrent": 1,
"IsMainSwitchNominalCurrentCustom": true,
"UpstreamProtectiveDeviceKind": "DiazedFuse",
"UpstreamProtectiveDeviceCharacteristic": "sample string 5",
"IsUpstreamProtectiveDeviceCharacteristicCustom": true,
"CurrentL1": 1.0,
"CurrentL2": 1.0,
"CurrentL3": 1.0,
"CurrentNeutral": 1.0,
"VoltageL1": 1.0,
"VoltageL2": 1.0,
"VoltageL3": 1.0,
"VoltageL1Neutral": 1.0,
"VoltageL2Neutral": 1.0,
"VoltageL3Neutral": 1.0,
"VoltageL1Ground": 1.0,
"VoltageL2Ground": 1.0,
"VoltageL3Ground": 1.0,
"VoltageNeutralGround": 1.0,
"PowerPhaseRotation": "Clockwise",
"GroundImpedanceCurrentL1": 1.0,
"GroundImpedanceCurrentL2": 1.0,
"GroundImpedanceCurrentL3": 1.0,
"GroundImpedanceL1": 1.0,
"GroundImpedanceL2": 1.0,
"GroundImpedanceL3": 1.0,
"NeutralImpedanceCurrentL1": 1.0,
"NeutralImpedanceCurrentL2": 1.0,
"NeutralImpedanceCurrentL3": 1.0,
"NeutralImpedanceL1": 1.0,
"NeutralImpedanceL2": 1.0,
"NeutralImpedanceL3": 1.0,
"EnableMeasureImpedanceBetweenPowerPhases": true,
"MeasureImpedanceBetweenPowerPhases": true,
"ImpedanceCurrentL1L2": 1.0,
"ImpedanceCurrentL1L3": 1.0,
"ImpedanceCurrentL2L3": 1.0,
"ImpedanceL1L2": 1.0,
"ImpedanceL1L3": 1.0,
"ImpedanceL2L3": 1.0,
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true,
"Files": [
{
"ElectricalProjectDistributionBoardFileId": "00000000-0000-0000-0000-000000000000",
"ElectricalProjectFileId": "00000000-0000-0000-0000-000000000000",
"Kind": "EnclosureOpenImage",
"Order": 1,
"Remark": "sample string 1",
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true
},
{
"ElectricalProjectDistributionBoardFileId": "00000000-0000-0000-0000-000000000000",
"ElectricalProjectFileId": "00000000-0000-0000-0000-000000000000",
"Kind": "EnclosureOpenImage",
"Order": 1,
"Remark": "sample string 1",
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true
}
]
}
],
"Count": 1
}