GET linkedproject/{showId}/childProjects
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
showId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LinkedShowHeaderResponseDtoName | Description | Type | Additional 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 } ] }