The links below provide information for one of our test accounts. They are clickable and give you the best example of the structure you will need to parse.
You can replace 284 with [Your Client ID] when all the shows for the season are built.
Series API (Show Information)
performanceIdIfOnlyOneEventAvailable provides the performance ID if only one performance is available for the production.
Output:
{
"serviceMessages":{
"errors":[
],
"warnings":[
],
"infoMessages":[
],
"allMessages":[
]
},
"departmentId":null,
"clientId":284,
"clientName":"00-TestAccount",
"clientActive":true,
"errors":[
],
"warnings":[
],
"seriesInformation":[{
"productionId":942036,
"productionName":"Rise of the Pandas",
"productionStatus":"T",
"productionStyle":0, // Determines the color the production should have as a background.
"productionVenue":{
"name":"Jonas James",
"location":"",
"venuePhone":"",
"transitInfo":"",
"venueAddress":{
"city":"Redding",
"country":"United States",
"countryAbbreviation":"US",
"line1":"55 Washington St",
"line2":"",
"state":"Connecticut",
"stateAbbreviation":"CT",
"zipcode":"06896"
}
},
"hasAvailableTickets":true,
"noRemainingMessage":"There are no tickets remaining for this event.",
"shutoffHour":2.00, // If the current time is X (shut off) hours before the performance start time, purchasing is disabled.
"shutoffHourMessage":"Web sales are closed for this event. However, tickets may still be available at the box office.",
"seriesSuperTitle":"",
"seriesSubTitle":"",
"purchaseAlert":"",
"productionDescription":"",
"productionLogoClientFileId":263062,
"productionLogoLink":"https://web.ovationtix.com/trs/clientFile/263062",
"productionLogoAltName":null,
"firstPerformanceDate":1433959200000,
"lastPerformanceDate":1440705600000,
"performanceIdIfOnlyOneEventAvailable":null,
"showLinkToBuyTickets":true,
"departmentId":null, // A grouping of productions
"departmentName":null, // The name of a grouping of productions
}]
}