GET linkedproject/{showId}/childProjects

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

None.

Response Information

Resource Description

LinkedShowHeaderResponseDto
NameDescriptionTypeAdditional information
LinkedShows

Collection of LinkedShowResponseDto

None.

LinkedShowBooths

Collection of BoothHeaderDto

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "LinkedShows": [
    {
      "LinkedShowId": 1,
      "ParentShowAccountId": 2,
      "ShowId": 3,
      "FreemanShowNumber": 1,
      "Name": "sample string 4"
    },
    {
      "LinkedShowId": 1,
      "ParentShowAccountId": 2,
      "ShowId": 3,
      "FreemanShowNumber": 1,
      "Name": "sample string 4"
    }
  ],
  "LinkedShowBooths": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "BoothType": 1,
      "TssBoothId": 1,
      "ShowLocationId": 1,
      "ShowAccountId": 3,
      "IsEmsLocked": true,
      "IsEmsClosed": true,
      "IsShowClosed": true,
      "IsShowLocked": true,
      "InvoiceableLineItemsCount": 4,
      "IsExhibitHouse": true,
      "IsDoNotInvoice": true
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "BoothType": 1,
      "TssBoothId": 1,
      "ShowLocationId": 1,
      "ShowAccountId": 3,
      "IsEmsLocked": true,
      "IsEmsClosed": true,
      "IsShowClosed": true,
      "IsShowLocked": true,
      "InvoiceableLineItemsCount": 4,
      "IsExhibitHouse": true,
      "IsDoNotInvoice": true
    }
  ]
}