GET menu/project/{projectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

MenuProjectDto
NameDescriptionTypeAdditional 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.

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-05-06T01:19:36.2135425+01:00",
  "ProducingBranch": "sample string 5"
}