REST API help

Hi Folks,

I'm very novice with the REST API and I was wondering if anyone could give me a pointer.

I need to pull performances with a Descriptive Keyword of 'Calendar' for listing on our WordPress Calendar. I've set that up in TR_TKW  (ID=61) and added it to all relevant performances in Season Maintenance in the Client. I think that I need to use ProductSearchRequest vibe but just am wondering on the GET.

Many thanks,

Heath

Parents
  • Hello Heath,

    Christopher Short with Tessitura Support here.

    Out of curiousity have you had a chance to review the SOAP to REST Transition Guide available under Support & Learning >> Documentation > Tessitura API here on tessituranetwork.com? With REST the calls have been broken down into more granular forms.

    For example, the data that you would get from the GetProductionsEx3 SOAP method is now returned in the following methods:

    TXN/ProductionSeasons/Search (POST)
    TXN/ProductKeywords (GET)
    TXN/WebContents (GET)
    TXN/Credits (GET)

    Additional resources are available in the Getting Started for Developers section of the site as well. If you find that you require additional assistance, please submit a Support Ticket and we'll be glad to assist you.

    Cheers!
    Short

Reply
  • Hello Heath,

    Christopher Short with Tessitura Support here.

    Out of curiousity have you had a chance to review the SOAP to REST Transition Guide available under Support & Learning >> Documentation > Tessitura API here on tessituranetwork.com? With REST the calls have been broken down into more granular forms.

    For example, the data that you would get from the GetProductionsEx3 SOAP method is now returned in the following methods:

    TXN/ProductionSeasons/Search (POST)
    TXN/ProductKeywords (GET)
    TXN/WebContents (GET)
    TXN/Credits (GET)

    Additional resources are available in the Getting Started for Developers section of the site as well. If you find that you require additional assistance, please submit a Support Ticket and we'll be glad to assist you.

    Cheers!
    Short

Children