GET LinkedProjectShows/{linkedProjectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
linkedProjectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

LinkedShowAccountHeaderDto
NameDescriptionTypeAdditional information
Id

integer

None.

AccountName

string

None.

ShowName

string

None.

ShowOpenDate

date

None.

ShowCloseDate

date

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AccountName": "sample string 2",
  "ShowName": "sample string 3",
  "ShowOpenDate": "2025-05-06T01:12:15.963839+01:00",
  "ShowCloseDate": "2025-05-06T01:12:15.963839+01:00"
}