GET api/v2/electrical/projects/ingressprotectionratings/list
ListElectricalIngressProtectionRatingForProject
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ListElectricalIngressProtectionRatingForProjectQueryResult
ListElectricalIngressProtectionRatingForProjectQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Ratings | Collection of ListElectricalIngressProtectionRatingForProjectQueryResultItem |
None. |
Response Formats
application/json
Sample:
{
"Ratings": [
{
"ElectricalIngressProtectionRatingId": "00000000-0000-0000-0000-000000000000",
"Description": "sample string 1",
"Order": 1,
"IsCustomInput": true
},
{
"ElectricalIngressProtectionRatingId": "00000000-0000-0000-0000-000000000000",
"Description": "sample string 1",
"Order": 1,
"IsCustomInput": true
}
]
}