GET api/v2/electrical/projects/inspectiondates/list
ListElectricalProjectInspectionDate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| Date | DateTimeExpressionQueryFilterList |
None. |
|
| Select | ListElectricalProjectInspectionDateQuerySelect |
Required |
|
| Sort | Collection of ListElectricalProjectInspectionDateQuerySort |
Required Default value: |
Body Parameters
None.
Response Information
Resource Description
ListElectricalProjectInspectionDateQueryResult
ListElectricalProjectInspectionDateQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| InspectionDates | Collection of ListElectricalProjectInspectionDateQueryResultItem |
Required |
|
| Count | integer (32 bits) |
Range: inclusive between 0 and 2147483647 |
Response Formats
application/json
Sample:
{
"InspectionDates": [
{
"ElectricalProjectInspectionDateId": "00000000-0000-0000-0000-000000000000",
"Date": "2025-04-16T16:42:31.506"
},
{
"ElectricalProjectInspectionDateId": "00000000-0000-0000-0000-000000000000",
"Date": "2025-04-16T16:42:31.506"
}
],
"Count": 1
}