GET api/Show?productionGuid={productionGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productionGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Show| Name | Description | Type | Additional information |
|---|---|---|---|
| RowGuid | globally unique identifier |
None. |
|
| SeatPlanLocationName | string |
None. |
|
| ShowDateOffset | date |
None. |
|
| ProductionName | string |
None. |
|
| SeatCount | integer |
None. |
|
| DefaultReservationCostsEnabled | boolean |
None. |
|
| IsOpenHouse | boolean |
None. |
|
| HasPromotions | boolean |
None. |
|
| PriceList | Collection of PriceListItem |
None. |
|
| ProductionImageUri | URI |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RowGuid": "1588b2ca-710b-4d13-bd68-4b0bd76d752f",
"SeatPlanLocationName": "sample string 2",
"ShowDateOffset": "2026-04-04T08:09:35.4471865+02:00",
"ProductionName": "sample string 4",
"SeatCount": 5,
"DefaultReservationCostsEnabled": true,
"IsOpenHouse": true,
"HasPromotions": true,
"PriceList": [
{
"RowGuid": "fd8a1a89-bf51-402f-9686-4769e1548d10",
"SeatGroup": {
"RowGuid": "674c5eed-98c9-4049-9006-b0e31962750b",
"Name": "sample string 2",
"AvailableSeats": 3,
"Sort": 1
},
"PriceCategory": {
"RowGuid": "0d387de6-9fdd-4c09-8435-2393c9399f16",
"Name": "sample string 2",
"Sort": 1
},
"Price": 2.0,
"ReservationCost": 3.0
},
{
"RowGuid": "fd8a1a89-bf51-402f-9686-4769e1548d10",
"SeatGroup": {
"RowGuid": "674c5eed-98c9-4049-9006-b0e31962750b",
"Name": "sample string 2",
"AvailableSeats": 3,
"Sort": 1
},
"PriceCategory": {
"RowGuid": "0d387de6-9fdd-4c09-8435-2393c9399f16",
"Name": "sample string 2",
"Sort": 1
},
"Price": 2.0,
"ReservationCost": 3.0
}
],
"ProductionImageUri": "http://webapihelppage9.com"
},
{
"RowGuid": "1588b2ca-710b-4d13-bd68-4b0bd76d752f",
"SeatPlanLocationName": "sample string 2",
"ShowDateOffset": "2026-04-04T08:09:35.4471865+02:00",
"ProductionName": "sample string 4",
"SeatCount": 5,
"DefaultReservationCostsEnabled": true,
"IsOpenHouse": true,
"HasPromotions": true,
"PriceList": [
{
"RowGuid": "fd8a1a89-bf51-402f-9686-4769e1548d10",
"SeatGroup": {
"RowGuid": "674c5eed-98c9-4049-9006-b0e31962750b",
"Name": "sample string 2",
"AvailableSeats": 3,
"Sort": 1
},
"PriceCategory": {
"RowGuid": "0d387de6-9fdd-4c09-8435-2393c9399f16",
"Name": "sample string 2",
"Sort": 1
},
"Price": 2.0,
"ReservationCost": 3.0
},
{
"RowGuid": "fd8a1a89-bf51-402f-9686-4769e1548d10",
"SeatGroup": {
"RowGuid": "674c5eed-98c9-4049-9006-b0e31962750b",
"Name": "sample string 2",
"AvailableSeats": 3,
"Sort": 1
},
"PriceCategory": {
"RowGuid": "0d387de6-9fdd-4c09-8435-2393c9399f16",
"Name": "sample string 2",
"Sort": 1
},
"Price": 2.0,
"ReservationCost": 3.0
}
],
"ProductionImageUri": "http://webapihelppage9.com"
}
]
application/xml, text/xml
Sample:
<ArrayOfShow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RoodFluweel.Api.Models">
<Show>
<DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled>
<HasPromotions>true</HasPromotions>
<IsOpenHouse>true</IsOpenHouse>
<PriceList>
<PriceListItem>
<Price>2</Price>
<PriceCategory>
<Name>sample string 2</Name>
<RowGuid>0d387de6-9fdd-4c09-8435-2393c9399f16</RowGuid>
<Sort>1</Sort>
</PriceCategory>
<ReservationCost>3</ReservationCost>
<RowGuid>fd8a1a89-bf51-402f-9686-4769e1548d10</RowGuid>
<SeatGroup>
<AvailableSeats>3</AvailableSeats>
<Name>sample string 2</Name>
<RowGuid>674c5eed-98c9-4049-9006-b0e31962750b</RowGuid>
<Sort>1</Sort>
</SeatGroup>
</PriceListItem>
<PriceListItem>
<Price>2</Price>
<PriceCategory>
<Name>sample string 2</Name>
<RowGuid>0d387de6-9fdd-4c09-8435-2393c9399f16</RowGuid>
<Sort>1</Sort>
</PriceCategory>
<ReservationCost>3</ReservationCost>
<RowGuid>fd8a1a89-bf51-402f-9686-4769e1548d10</RowGuid>
<SeatGroup>
<AvailableSeats>3</AvailableSeats>
<Name>sample string 2</Name>
<RowGuid>674c5eed-98c9-4049-9006-b0e31962750b</RowGuid>
<Sort>1</Sort>
</SeatGroup>
</PriceListItem>
</PriceList>
<ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri>
<ProductionName>sample string 4</ProductionName>
<RowGuid>1588b2ca-710b-4d13-bd68-4b0bd76d752f</RowGuid>
<SeatCount>5</SeatCount>
<SeatPlanLocationName>sample string 2</SeatPlanLocationName>
<ShowDateOffset xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2026-04-04T06:09:35.4471865Z</d3p1:DateTime>
<d3p1:OffsetMinutes>120</d3p1:OffsetMinutes>
</ShowDateOffset>
</Show>
<Show>
<DefaultReservationCostsEnabled>true</DefaultReservationCostsEnabled>
<HasPromotions>true</HasPromotions>
<IsOpenHouse>true</IsOpenHouse>
<PriceList>
<PriceListItem>
<Price>2</Price>
<PriceCategory>
<Name>sample string 2</Name>
<RowGuid>0d387de6-9fdd-4c09-8435-2393c9399f16</RowGuid>
<Sort>1</Sort>
</PriceCategory>
<ReservationCost>3</ReservationCost>
<RowGuid>fd8a1a89-bf51-402f-9686-4769e1548d10</RowGuid>
<SeatGroup>
<AvailableSeats>3</AvailableSeats>
<Name>sample string 2</Name>
<RowGuid>674c5eed-98c9-4049-9006-b0e31962750b</RowGuid>
<Sort>1</Sort>
</SeatGroup>
</PriceListItem>
<PriceListItem>
<Price>2</Price>
<PriceCategory>
<Name>sample string 2</Name>
<RowGuid>0d387de6-9fdd-4c09-8435-2393c9399f16</RowGuid>
<Sort>1</Sort>
</PriceCategory>
<ReservationCost>3</ReservationCost>
<RowGuid>fd8a1a89-bf51-402f-9686-4769e1548d10</RowGuid>
<SeatGroup>
<AvailableSeats>3</AvailableSeats>
<Name>sample string 2</Name>
<RowGuid>674c5eed-98c9-4049-9006-b0e31962750b</RowGuid>
<Sort>1</Sort>
</SeatGroup>
</PriceListItem>
</PriceList>
<ProductionImageUri>http://webapihelppage9.com/</ProductionImageUri>
<ProductionName>sample string 4</ProductionName>
<RowGuid>1588b2ca-710b-4d13-bd68-4b0bd76d752f</RowGuid>
<SeatCount>5</SeatCount>
<SeatPlanLocationName>sample string 2</SeatPlanLocationName>
<ShowDateOffset xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2026-04-04T06:09:35.4471865Z</d3p1:DateTime>
<d3p1:OffsetMinutes>120</d3p1:OffsetMinutes>
</ShowDateOffset>
</Show>
</ArrayOfShow>