Looking for some SOAP to REST equivalents

Hi there, I am new to the Developer Forums, but am checking them out, having just been at TLCC and heard they are a good resource. 

I'm in the process of converting a very basic calendar listing application from SOAP to REST, and I am trying to find a couple of REST equivalents to the SOAP calls my script uses. Hoping someone can point me in the right direction.

My existing application takes the Performance ID of the first performance of a prod season and uses GetProductionDetailEx to return performance details (this could also be done with the Prod Seas ID).

It then loops through those results to get a comma-delimited list of all Performance IDs, and uses them to call GetPerformancesEx4 to get details about each performance.

The data I need on performances includes perf date, perf time, and availbility_by_customer.

The main thing I'm struggling with right now is finding something that will do what GetProductionDetailEx is doing for me. I would like to pass a Prod Season ID or Performance ID to the API and return a list of performance IDs to use with TXN/Performances?performanceIds={performanceIds}&seasonId={seasonId} in REST. 

Any help is very muchly appreciated!

Parents
  • Hi Christian,

    This isn't a direct answer, but when I was at the conference last week, someone gave me the tip of hopping into the Tessitura Client, setting the log viewer to trace, and then doing what you want to be doing.  Then review the log window for clues to endpoints.  This might help in the long term for you!

    Cheers,
    Kathleen 

Reply
  • Hi Christian,

    This isn't a direct answer, but when I was at the conference last week, someone gave me the tip of hopping into the Tessitura Client, setting the log viewer to trace, and then doing what you want to be doing.  Then review the log window for clues to endpoints.  This might help in the long term for you!

    Cheers,
    Kathleen 

Children