GET menu/project/{projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MenuProjectDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| CanViewPriceMasterLink | boolean |
None. |
|
| ProjectAccounts | Collection of MenuProjectAccountDto |
None. |
|
| LinkedShowAccounts | Collection of MenuProjectAccountDto |
None. |
|
| LinkedShowProjects | Collection of MenuLinkedProjectShowDto |
None. |
|
| ShowType | ShowType |
None. |
|
| CanViewLinkedProjectLineItemSummary | boolean |
None. |
|
| FreemanShowNumber | integer |
None. |
|
| OpenDate | date |
None. |
|
| ProducingBranch | string |
None. |
|
| IsEcsArchived | boolean |
None. |
|
| IsEcsDeleted | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"CanViewPriceMasterLink": true,
"ProjectAccounts": [
{
"Name": "sample string 1",
"Id": 2,
"TFCNumber": 3,
"AccountId": 4,
"ShowAccountType": 0,
"DocumentLibraryCount": 5,
"CanViewOrders": true,
"CanViewLineItemSummaryLink": true,
"CanViewFunctionalAreasLink": true,
"CanViewFileListLink": true,
"CanViewDocumentLibraryLink": true,
"CanCopyToProjectAccount": true,
"CanAddLineItem": true,
"CanViewApprovalProcessLink": true,
"CanViewEventMetricsLink": true,
"FreemanShowNumber": 15,
"HubToken": "sample string 16",
"UserExternalId": "sample string 17"
},
{
"Name": "sample string 1",
"Id": 2,
"TFCNumber": 3,
"AccountId": 4,
"ShowAccountType": 0,
"DocumentLibraryCount": 5,
"CanViewOrders": true,
"CanViewLineItemSummaryLink": true,
"CanViewFunctionalAreasLink": true,
"CanViewFileListLink": true,
"CanViewDocumentLibraryLink": true,
"CanCopyToProjectAccount": true,
"CanAddLineItem": true,
"CanViewApprovalProcessLink": true,
"CanViewEventMetricsLink": true,
"FreemanShowNumber": 15,
"HubToken": "sample string 16",
"UserExternalId": "sample string 17"
}
],
"LinkedShowAccounts": [
{
"Name": "sample string 1",
"Id": 2,
"TFCNumber": 3,
"AccountId": 4,
"ShowAccountType": 0,
"DocumentLibraryCount": 5,
"CanViewOrders": true,
"CanViewLineItemSummaryLink": true,
"CanViewFunctionalAreasLink": true,
"CanViewFileListLink": true,
"CanViewDocumentLibraryLink": true,
"CanCopyToProjectAccount": true,
"CanAddLineItem": true,
"CanViewApprovalProcessLink": true,
"CanViewEventMetricsLink": true,
"FreemanShowNumber": 15,
"HubToken": "sample string 16",
"UserExternalId": "sample string 17"
},
{
"Name": "sample string 1",
"Id": 2,
"TFCNumber": 3,
"AccountId": 4,
"ShowAccountType": 0,
"DocumentLibraryCount": 5,
"CanViewOrders": true,
"CanViewLineItemSummaryLink": true,
"CanViewFunctionalAreasLink": true,
"CanViewFileListLink": true,
"CanViewDocumentLibraryLink": true,
"CanCopyToProjectAccount": true,
"CanAddLineItem": true,
"CanViewApprovalProcessLink": true,
"CanViewEventMetricsLink": true,
"FreemanShowNumber": 15,
"HubToken": "sample string 16",
"UserExternalId": "sample string 17"
}
],
"LinkedShowProjects": [
{
"LinkedShowId": 1,
"ShowId": 2,
"ShowAccountId": 3,
"AccountId": 4,
"Name": "sample string 5",
"ShowAccountType": "sample string 6"
},
{
"LinkedShowId": 1,
"ShowId": 2,
"ShowAccountId": 3,
"AccountId": 4,
"Name": "sample string 5",
"ShowAccountType": "sample string 6"
}
],
"ShowType": 0,
"CanViewLinkedProjectLineItemSummary": true,
"FreemanShowNumber": 1,
"OpenDate": "2025-12-14T22:10:03.2451575+00:00",
"ProducingBranch": "sample string 5",
"IsEcsArchived": true,
"IsEcsDeleted": true
}