GET LinkedProjectShows/{linkedProjectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| linkedProjectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LinkedShowAccountHeaderDto| Name | Description | Type | Additional 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-12-14T22:09:41.3254185+00:00",
"ShowCloseDate": "2025-12-14T22:09:41.3254185+00:00"
}