GET api/v2/electrical/projects/selectlists/items/list?ElectricalProjectVersionId={ElectricalProjectVersionId}&ListKind={ListKind}&LastUpdateDateAfter={LastUpdateDateAfter}
ListElectricalProjectSelectListItem
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| ListKind | ElectricalProjectSelectListKind |
None. |
|
| LastUpdateDateAfter | date |
None. |
Body Parameters
None.
Response Information
Resource Description
ListElectricalProjectSelectListItemQueryResult
ListElectricalProjectSelectListItemQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of ListElectricalProjectSelectListItemQueryResultItem |
Required |
Response Formats
application/json
Sample:
{
"Items": [
{
"ElectricalProjectSelectListItemId": "00000000-0000-0000-0000-000000000000",
"ListKind": "InspectionExclusion",
"Label": "sample string 1",
"Selected": true,
"InspectionKinds": [
"None",
"None"
],
"IsCustomInput": true,
"CustomValue": "sample string 2",
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00"
},
{
"ElectricalProjectSelectListItemId": "00000000-0000-0000-0000-000000000000",
"ListKind": "InspectionExclusion",
"Label": "sample string 1",
"Selected": true,
"InspectionKinds": [
"None",
"None"
],
"IsCustomInput": true,
"CustomValue": "sample string 2",
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00"
}
]
}