GET api/v2/electrical/projects/contactpersons/list
ListElectricalProjectContactPerson
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| ElectricalProjectOrganizationId | universally unique identifier |
None. |
|
| LastUpdateDateAfter | date |
None. |
|
| IsDeleted | IsDeletedFilterKind |
None. |
|
| Select | ListElectricalProjectContactPersonQuerySelect |
Required |
|
| Sort | Collection of ListElectricalProjectContactPersonQuerySort |
Required Default value: |
Body Parameters
None.
Response Information
Resource Description
ListElectricalProjectContactPersonQueryResult
ListElectricalProjectContactPersonQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactPersons | Collection of ListElectricalProjectContactPersonQueryResultPerson |
Required |
|
| Count | integer (32 bits) |
Range: inclusive between 0 and 2147483647 |
Response Formats
application/json
Sample:
{
"ContactPersons": [
{
"ElectricalProjectContactPersonId": "00000000-0000-0000-0000-000000000000",
"ElectricalProjectOrganizationId": "00000000-0000-0000-0000-000000000000",
"FirstName": "sample string 1",
"MiddleName": "sample string 2",
"LastName": "sample string 3",
"Department": "sample string 4",
"JobTitleDescription": "sample string 5",
"Email": "sample string 6",
"MobilePhoneNumber": "sample string 7",
"ReceivePriceQuote": true,
"ReceiveInvoice": true,
"ReceiveInspectionPlan": true,
"ReceiveInspectionReport": true,
"ReceivePowerShutdownPlan": true,
"IsResponsibleForPowerSystem": true,
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true
},
{
"ElectricalProjectContactPersonId": "00000000-0000-0000-0000-000000000000",
"ElectricalProjectOrganizationId": "00000000-0000-0000-0000-000000000000",
"FirstName": "sample string 1",
"MiddleName": "sample string 2",
"LastName": "sample string 3",
"Department": "sample string 4",
"JobTitleDescription": "sample string 5",
"Email": "sample string 6",
"MobilePhoneNumber": "sample string 7",
"ReceivePriceQuote": true,
"ReceiveInvoice": true,
"ReceiveInspectionPlan": true,
"ReceiveInspectionReport": true,
"ReceivePowerShutdownPlan": true,
"IsResponsibleForPowerSystem": true,
"LastUpdateDate": "2025-04-16T15:42:31.506+00:00",
"IsDeleted": true
}
],
"Count": 1
}