Retrieves all the projects the logged contact has access to
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
ProjectView| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier | |
| id2 |
Internal ID (numeric). Will be used if reference_back_office is empty |
integer | |
| reference_back_office |
The Id/Ref of the back office for this job |
string |
Max length: 50 |
| customer_reference |
Reference of this project for the customer |
string |
Max length: 50 |
| _parent_id |
Reference to a parent project (Project hierachy Parent/Child) |
globally unique identifier | |
| root_parent_id | globally unique identifier | ||
| is_mobile_installation | boolean | ||
| project_status_id |
Foreign key of project status for this project |
globally unique identifier | |
| project_status_name |
Status of the project (project.project_status_id=>project_status.name) |
string |
Max length: 50 |
| project_status_is_closed |
Status of the project (project.project_status_id=>project_status.is_closed) |
boolean | |
| name |
Name of the project |
string |
Max length: 50 |
| description |
Description of the project |
string |
Max length: 50 |
| equipment_family_id |
Foreign key of equipment family for this project |
globally unique identifier | |
| equipment_family_name |
Equipment Family (translated) of the project (project.equipment_family_id=>equipment_family.name) |
string |
Max length: 50 |
| equipment_model_id |
Foreign key of equipment model for this project |
globally unique identifier | |
| equipment_model_name |
Equipment Model (translated) of the project (project.equipment_model_id=>equipment_model.name) |
string |
Max length: 50 |
| equipment_brand_id |
Foreign key of equipment brand for this project |
globally unique identifier | |
| equipment_brand_name |
Equipment Brand (translated) of the project (equipment_model.equipment_brand_id=>equipment_brand.name) |
string |
Max length: 50 |
| company_id |
Foreign key of company (owner of the project) |
globally unique identifier | |
| company_code |
Company code that owns the project (project.company_id=>company.code) |
string |
Max length: 50 |
| company_name |
Company name that owns the project (project.company_id=>company.name) |
string |
Max length: 50 |
| company_sales_organization_id |
Sales Organization ID of the company that own the project (project.company_id=>company.sales_organization_id) |
globally unique identifier | |
| db_address_street |
Address Street of the project |
string |
Max length: 50 |
| db_address_street2 | string |
Max length: 50 |
|
| db_address_street_number |
Address Street Number of the project |
string |
Max length: 50 |
| db_address_zip |
Address Zip code of the project |
string |
Max length: 50 |
| db_address_city |
Address City of the project |
string |
Max length: 50 |
| db_address_country_code |
Address Country code of the project |
string |
Max length: 50 |
| db_address_country_name |
Address Country name of the project |
string |
Max length: 50 |
| db_address_phone |
Address Phone number of the project |
string |
Max length: 50 |
| nb_jobs_planned |
Number of jobs with status Planned |
integer | |
| nb_jobs_tobeplanned |
Number of jobs with status ToBePlan |
integer | |
| nb_jobs_waitingfurtheraction |
Number of jobs with status WaitingFurtherAction |
integer | |
| company_db_address_id |
The main address id of the company |
globally unique identifier | |
| has_child |
Inform if this project has child (is a parent) |
boolean | |
| db_address_id |
DbAddressId of the project (if empty, will use the main address of the company) |
globally unique identifier | |
| location |
Additional text to describe the location |
string |
Max length: 50 |
| contact_id |
Main contact of the project |
globally unique identifier | |
| serial_number |
Serial Number |
string |
Max length: 50 |
| barcode |
Barcode |
string |
Max length: 50 |
| date_start_production |
Date project/installation becomes active |
date | |
| date_create |
Date create |
date | |
| date_update |
Date update |
date | |
| nb_open_jobs |
Number of jobs Open (In progress) |
integer | |
| date_next_job |
Date+Time of the next job planned |
date | |
| date_last_job |
Date+Time of the last job completed |
date | |
| warranty_date_until |
End date of the warranty (if applicable) |
date | |
| date_built |
Build date of the installation (if applicable) |
date | |
| shutdown_consequence |
Consequence of the installation is shut down (CEO has no air cooling anymore,..) |
string |
Max length: 50 |
| replacement_date | date | ||
| contract_id | globally unique identifier |
Response Formats
application/json, text/json
{
"id": "80efd83d-2ba5-48ff-b1ab-92aea404bb03",
"id2": 2,
"reference_back_office": "sample string 3",
"customer_reference": "sample string 4",
"_parent_id": "4d5cbb28-3cc3-4040-b32a-d4b43dde782c",
"root_parent_id": "b12f1dc0-fc32-478b-bb77-363bea0403c0",
"is_mobile_installation": true,
"project_status_id": "72ec22c9-85ff-4ec9-81e4-7fbeaf3462bb",
"project_status_name": "sample string 9",
"project_status_is_closed": true,
"name": "sample string 11",
"description": "sample string 12",
"equipment_family_id": "279b2eca-da4a-461a-bad8-63fbf72fff9c",
"equipment_family_name": "sample string 14",
"equipment_model_id": "b0175bc2-dfe3-44fb-8011-2e481c7a418a",
"equipment_model_name": "sample string 16",
"equipment_brand_id": "47e69b0f-c169-48d9-acd1-d74a0b766e56",
"equipment_brand_name": "sample string 18",
"company_id": "d34bf9f0-b944-4818-8c27-6a9af59c8aea",
"company_code": "sample string 20",
"company_name": "sample string 21",
"company_sales_organization_id": "d92088f6-4bf4-498c-a72a-f384185064a8",
"db_address_street": "sample string 23",
"db_address_street2": "sample string 24",
"db_address_street_number": "sample string 25",
"db_address_zip": "sample string 26",
"db_address_city": "sample string 27",
"db_address_country_code": "sample string 28",
"db_address_country_name": "sample string 29",
"db_address_phone": "sample string 30",
"nb_jobs_planned": 31,
"nb_jobs_tobeplanned": 32,
"nb_jobs_waitingfurtheraction": 33,
"company_db_address_id": "e20a8f32-27b2-44ae-973b-6c629f9b0fec",
"has_child": true,
"db_address_id": "5e71b1ba-b940-4e2a-bdaa-5d6761886e1d",
"location": "sample string 37",
"contact_id": "95066985-6585-4ecc-955f-792e6a8a2054",
"serial_number": "sample string 39",
"barcode": "sample string 40",
"date_start_production": "2026-06-24T03:56:41.7818902+00:00",
"date_create": "2026-06-24T03:56:41.7818902+00:00",
"date_update": "2026-06-24T03:56:41.7818902+00:00",
"nb_open_jobs": 44,
"date_next_job": "2026-06-24T03:56:41.7818902+00:00",
"date_last_job": "2026-06-24T03:56:41.7818902+00:00",
"warranty_date_until": "2026-06-24T03:56:41.7818902+00:00",
"date_built": "2026-06-24T03:56:41.7818902+00:00",
"shutdown_consequence": "sample string 49",
"replacement_date": "2026-06-24T03:56:41.7818902+00:00",
"contract_id": "f1fb9117-c07d-4003-86d2-71e4740b8bb4"
}
application/xml, text/xml
<ProjectView xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<_parent_id>4d5cbb28-3cc3-4040-b32a-d4b43dde782c</_parent_id>
<barcode>sample string 40</barcode>
<company_code>sample string 20</company_code>
<company_db_address_id>e20a8f32-27b2-44ae-973b-6c629f9b0fec</company_db_address_id>
<company_id>d34bf9f0-b944-4818-8c27-6a9af59c8aea</company_id>
<company_name>sample string 21</company_name>
<company_sales_organization_id>d92088f6-4bf4-498c-a72a-f384185064a8</company_sales_organization_id>
<contact_id>95066985-6585-4ecc-955f-792e6a8a2054</contact_id>
<contract_id>f1fb9117-c07d-4003-86d2-71e4740b8bb4</contract_id>
<customer_reference>sample string 4</customer_reference>
<date_built>2026-06-24T03:56:41.781Z</date_built>
<date_create>2026-06-24T03:56:41.781Z</date_create>
<date_last_job>2026-06-24T03:56:41.781Z</date_last_job>
<date_next_job>2026-06-24T03:56:41.781Z</date_next_job>
<date_start_production>2026-06-24T03:56:41.781Z</date_start_production>
<date_update>2026-06-24T03:56:41.781Z</date_update>
<db_address_city>sample string 27</db_address_city>
<db_address_country_code>sample string 28</db_address_country_code>
<db_address_country_name>sample string 29</db_address_country_name>
<db_address_id>5e71b1ba-b940-4e2a-bdaa-5d6761886e1d</db_address_id>
<db_address_phone>sample string 30</db_address_phone>
<db_address_street>sample string 23</db_address_street>
<db_address_street2>sample string 24</db_address_street2>
<db_address_street_number>sample string 25</db_address_street_number>
<db_address_zip>sample string 26</db_address_zip>
<description>sample string 12</description>
<equipment_brand_id>47e69b0f-c169-48d9-acd1-d74a0b766e56</equipment_brand_id>
<equipment_brand_name>sample string 18</equipment_brand_name>
<equipment_family_id>279b2eca-da4a-461a-bad8-63fbf72fff9c</equipment_family_id>
<equipment_family_name>sample string 14</equipment_family_name>
<equipment_model_id>b0175bc2-dfe3-44fb-8011-2e481c7a418a</equipment_model_id>
<equipment_model_name>sample string 16</equipment_model_name>
<has_child>true</has_child>
<id>80efd83d-2ba5-48ff-b1ab-92aea404bb03</id>
<id2>2</id2>
<is_mobile_installation>true</is_mobile_installation>
<location>sample string 37</location>
<name>sample string 11</name>
<nb_jobs_planned>31</nb_jobs_planned>
<nb_jobs_tobeplanned>32</nb_jobs_tobeplanned>
<nb_jobs_waitingfurtheraction>33</nb_jobs_waitingfurtheraction>
<nb_open_jobs>44</nb_open_jobs>
<project_status_id>72ec22c9-85ff-4ec9-81e4-7fbeaf3462bb</project_status_id>
<project_status_is_closed>true</project_status_is_closed>
<project_status_name>sample string 9</project_status_name>
<reference_back_office>sample string 3</reference_back_office>
<replacement_date xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-24T03:56:41.7818902Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</replacement_date>
<root_parent_id>b12f1dc0-fc32-478b-bb77-363bea0403c0</root_parent_id>
<serial_number>sample string 39</serial_number>
<shutdown_consequence>sample string 49</shutdown_consequence>
<warranty_date_until>2026-06-24T03:56:41.781Z</warranty_date_until>
</ProjectView>