Retrieves the project with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
project| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier |
Required |
| _parent_id |
Reference to a parent installation |
globally unique identifier | |
| root_parent_id |
This field will be filled automatically based on the parent_id |
globally unique identifier | |
| _parent_reference_back_office |
Embedded entity "project" for parent installation using ERP PK when adding/updating project |
string | |
| _parent_project |
Embedded entity "project" for parent installation when adding/updating project |
project | |
| equipment_family_id |
Foreign key to equipment_family. It can be taken via equipment_family_code, equipment_family or equipment model that links to a valid equipment family |
globally unique identifier | |
| equipment_family_code |
Embedded entity "equipment_family" using ERP PK when adding/updating project |
string | |
| equipment_family |
Embedded entity "equipment_family" when adding/updating project |
equipment_family | |
| equipment_model_id |
Foreign key to equipment model. It can get via equipment_family_code, equipment_family or equipment_model |
globally unique identifier | |
| equipment_model_code |
Embedded entity "equipment_model" using ERP PK when adding/updating project |
string | |
| equipment_model |
Embedded entity "equipment_model" when adding/updating project |
equipment_model | |
| project_status_id |
Foreign key to project_status |
globally unique identifier |
Optionally required : project_status_id, project_status_code or project_status must be provided |
| project_status_code |
Embedded entity "project_status" using ERP PK when adding/updating project |
string |
Optionally required : project_status_id, project_status_code or project_status must be provided |
| project_status |
Embedded entity "project_status" when adding/updating project |
project_status |
Optionally required : project_status_id, project_status_code or project_status must be provided |
| company_id |
The company owner of this project/installation |
globally unique identifier |
Optionally required : company_id, company_code or company must be provided |
| company_code |
Embedded entity "company" using ERP PK when adding/updating project |
string |
Optionally required : company_id, company_code or company must be provided |
| company |
Embedded entity "company" when adding/updating project |
company |
Optionally required : company_id, company_code or company must be provided |
| db_address_id |
Specific db_address_id of the %company_id% if different than the company default address |
globally unique identifier | |
| db_address_code |
Embedded entity "db_address" using ERP PK when adding/updating project |
string | |
| db_address |
Embedded entity "db_address" when adding/updating project |
db_address | |
| location |
Additional text to describe the location |
string |
Max length: 255 |
| contact_id |
Main contact for this project/installation |
globally unique identifier | |
| contact_reference_back_office |
Embedded entity "contact" using ERP PK when adding/updating project |
string | |
| contact |
Embedded entity "contact" when adding/updating project |
contact | |
| owner_user_id |
User owner/manager of this project/installation |
globally unique identifier | |
| name |
Name of the project/installation |
string |
Required Max length: 50 |
| description |
Long description |
string | |
| reference_back_office |
The Id/Ref of the back office for this project/installation. Used by Embedded entity |
string |
Max length: 255 |
| serial_number |
Serial number |
string |
Max length: 255 |
| barcode |
Barcode |
string |
Max length: 50 |
| date_start_production |
Date project/installation becomes active |
date | |
| date_create |
Creation date+time |
date | |
| date_update |
Update date+time |
date | |
| updated_by_user_id |
Last User that updates the object |
globally unique identifier | |
| customer_reference |
Reference of this project/installation for the customer |
string |
Max length: 50 |
| warranty_date_until |
End date of the warranty (if applicable) |
date | |
| last_standard_result_score_1 |
Last result score 1 (CF Standard module) |
string |
Max length: 50 |
| last_standard_result_score_2 |
Last result score 2 (CF Standard module) |
string | |
| target_standard_result_score_1 |
Target result score 1 (CF Standard module) |
string |
Max length: 50 |
| target_standard_result_score_2 |
Target result score 2 (CF Standard module) |
string |
Max length: 50 |
| 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: 4000 |
| id2 |
Internal ID (numeric). Will be used if reference_back_office is empty |
integer | |
| nb_open_jobs |
Readonly - Number of open jobs |
integer | |
| date_next_job |
Date+time of the next job planned |
date | |
| date_last_job |
Date+time of the last job completed |
date | |
| nb_jobs_planned |
Number of jobs with status Planned |
integer | |
| nb_jobs_tobeplanned |
Number of jobs with status To Be Planned |
integer | |
| nb_jobs_waitingfurtheraction |
Number of jobs with status Waiting Further Action |
integer | |
| back_office_timestamp |
Back Office timestamp value (conflict detection purpose) |
date | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| is_mobile_installation |
Set it TRUE if this is a mobile installation. |
boolean |
Response Formats
application/json, text/json
{
"id": "f643fba5-9717-4845-9300-4887e2155214",
"_parent_id": "a87f2b17-2b01-4b40-a149-59aa695ba526",
"root_parent_id": "e773a118-c3b0-4dbc-af6f-84e2fea89b6f",
"_parent_reference_back_office": "sample string 4",
"equipment_family_id": "4b47f701-0dce-4a76-b846-a746106fcacd",
"equipment_family_code": "sample string 6",
"equipment_family": {
"id": "de075bca-02b2-4f49-a90b-000ae2fbe255",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "7c68112c-8c27-4955-8b8d-c5cb9e8bf545",
"_parent_code": "sample string 6",
"sales_organization_id": "ee6ebbd3-a873-401a-90ca-73d5eeae543d",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "1389ef44-4280-455b-8e8f-385746462065",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ce462529-03e5-49d3-a4ba-063db5d1207c",
"db_currency_id": "8107f62f-224e-49d9-9748-d37c60891aa9",
"db_language_id": "012f6e67-f7c4-4819-ad64-79f08ed32b1f",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"equipment_model_id": "30211712-b461-4f0f-8204-8e9f61eba4f7",
"equipment_model_code": "sample string 8",
"equipment_model": {
"id": "66f5adc5-3b62-4b63-b42c-789c6dd57aa8",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "3283b287-0eb4-4abe-8e10-28be21be3f2c",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "ac28621b-8a7c-4d35-a546-ed2b0f4aba3e",
"name": "sample string 2",
"code": "sample string 3",
"sales_organization_id": "274ceedd-ac93-4dd4-b069-5e9d73f32263",
"sales_organization_code": "sample string 5",
"sales_organization": {
"id": "1389ef44-4280-455b-8e8f-385746462065",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ce462529-03e5-49d3-a4ba-063db5d1207c",
"db_currency_id": "8107f62f-224e-49d9-9748-d37c60891aa9",
"db_language_id": "012f6e67-f7c4-4819-ad64-79f08ed32b1f",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"equipment_family_id": "df719b8d-80fd-4a06-b4c9-3011e66c64b2",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "de075bca-02b2-4f49-a90b-000ae2fbe255",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"_parent_id": "7c68112c-8c27-4955-8b8d-c5cb9e8bf545",
"_parent_code": "sample string 6",
"sales_organization_id": "ee6ebbd3-a873-401a-90ca-73d5eeae543d",
"sales_organization_code": "sample string 8",
"sales_organization": {
"id": "1389ef44-4280-455b-8e8f-385746462065",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ce462529-03e5-49d3-a4ba-063db5d1207c",
"db_currency_id": "8107f62f-224e-49d9-9748-d37c60891aa9",
"db_language_id": "012f6e67-f7c4-4819-ad64-79f08ed32b1f",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"date_in_production_since": "2025-12-20T08:42:00.2721953+00:00",
"date_out_of_production_since": "2025-12-20T08:42:00.2721953+00:00",
"date_end_support": "2025-12-20T08:42:00.2721953+00:00",
"sales_organization_id": "e8e21d11-c014-479d-8bfd-2ee44864dd14",
"sales_organization_code": "sample string 13",
"sales_organization": {
"id": "1389ef44-4280-455b-8e8f-385746462065",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ce462529-03e5-49d3-a4ba-063db5d1207c",
"db_currency_id": "8107f62f-224e-49d9-9748-d37c60891aa9",
"db_language_id": "012f6e67-f7c4-4819-ad64-79f08ed32b1f",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"replacement_period_nb_months": 14,
"warranty_period_nb_months": 15,
"translations": [
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
},
{
"field_name": "sample string 1",
"language_code": "sample string 2",
"value_translated": "sample string 3"
}
],
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"project_status_id": "c8066c0b-46b0-4520-99c5-e9b7ae98e7fd",
"project_status_code": "sample string 10",
"project_status": {
"id": "30e21c39-af55-4d84-bf79-4c5726771af3",
"name": "sample string 2",
"is_default": true,
"is_closed": true,
"sales_organization_id": "204bb148-83e2-493f-bd64-d56e3ff5a2c2",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "1389ef44-4280-455b-8e8f-385746462065",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "ce462529-03e5-49d3-a4ba-063db5d1207c",
"db_currency_id": "8107f62f-224e-49d9-9748-d37c60891aa9",
"db_language_id": "012f6e67-f7c4-4819-ad64-79f08ed32b1f",
"accountancy_code": "sample string 8",
"archived": true,
"default_unit_of_measure_system_type": "sample string 10",
"street": "sample string 11",
"street2": "sample string 12",
"street_number": "sample string 13",
"zip": "sample string 14",
"city": "sample string 15",
"email": "sample string 16",
"phone": "sample string 17",
"fax": "sample string 18",
"url": "sample string 19",
"vat_reg_code": "sample string 20",
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"code": "sample string 7",
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00"
},
"company_id": "83c54540-9e5c-46bf-85a8-b404bbd31f62",
"company_code": "sample string 12",
"db_address_id": "c04f6bdf-0886-4584-8d15-87f3730fb428",
"db_address_code": "sample string 14",
"location": "sample string 15",
"contact_id": "a138096f-5111-4427-92d1-fe930163a430",
"contact_reference_back_office": "sample string 17",
"owner_user_id": "47018b92-c136-405d-8fda-444ad5f8300a",
"name": "sample string 19",
"description": "sample string 20",
"reference_back_office": "sample string 21",
"serial_number": "sample string 22",
"barcode": "sample string 23",
"date_start_production": "2025-12-20T08:42:00.2721953+00:00",
"date_create": "2025-12-20T08:42:00.2721953+00:00",
"date_update": "2025-12-20T08:42:00.2721953+00:00",
"updated_by_user_id": "dcde3e08-9fd7-465d-8f5c-ecdf4d195a5e",
"customer_reference": "sample string 28",
"warranty_date_until": "2025-12-20T08:42:00.2721953+00:00",
"last_standard_result_score_1": "sample string 30",
"last_standard_result_score_2": "sample string 31",
"target_standard_result_score_1": "sample string 32",
"target_standard_result_score_2": "sample string 33",
"date_built": "2025-12-20T00:00:00+00:00",
"shutdown_consequence": "sample string 35",
"id2": 36,
"nb_open_jobs": 37,
"date_next_job": "2025-12-20T08:42:00.2721953+00:00",
"date_last_job": "2025-12-20T08:42:00.2721953+00:00",
"nb_jobs_planned": 40,
"nb_jobs_tobeplanned": 41,
"nb_jobs_waitingfurtheraction": 42,
"back_office_timestamp": "2025-12-20T08:42:00.2721953+00:00",
"modified_dateutc": "2025-12-20T08:42:00.2721953+00:00",
"is_mobile_installation": true
}