Planning Analytics

 View Only
  • 1.  PAW API?

    Posted Tue February 09, 2021 11:26 PM
    Hi, has anyone tried to use this API yet?
    I am trying to follow the example but looks like I can't get through the CAM authentication, which I thought it should be similar to TM1 REST API.
    I put authorization header in the Get request and always got 401Unauthorized response.
    https://ibm.github.io/planninganalyticsapi/#introduction


    ------------------------------
    mvp morgan
    ------------------------------

    #PlanningAnalyticswithWatson


  • 2.  RE: PAW API?

    Posted Wed February 10, 2021 03:26 PM
    Yes, the trick is that you need to be logged on in PAW first (which will do the CAM logon) and then make sure you are emitting PAW:s session cookies in the request as well add the csrf cookie value as the request header 'ba-sso-authenticity'.

    It might work without the request header depending on the version.

    ------------------------------
    Christer Andersson
    ------------------------------



  • 3.  RE: PAW API?

    Posted Wed February 10, 2021 05:08 PM
    Edited by System Test Fri January 20, 2023 04:36 PM
      |   view attached
    Thanks for your advice. I have tried to copy cookies from PAW in Chrome but still no luck. Would you mind to give detailed instructions? I tested with putting paSession into cookies as well as putting a separate header from the snapshot.

    ------------------------------
    mvp morgan
    ------------------------------



  • 4.  RE: PAW API?

    Posted Thu February 11, 2021 10:40 AM
    I have been successful in pulling the cam_passport from a logged in browser session from Cognos. I then took that and put it into a Postman header as below. This has been used for development and testing purposes against the PA REST API, not PAW.




    ------------------------------
    Rob Baierle
    PMsquare
    ------------------------------



  • 5.  RE: PAW API?

    Posted Thu February 11, 2021 11:36 AM

    I suspect that it's the same cookies for the /ui/* api as for the /pacontent/* api (which is the one I've been mostly using in my REST client, for the /ui/* api:s I've simply copied all cookies available - I'm using it in a browser - and made sure that the cookie path matches).

    For the pacontent my cookies are:

    I'm not setting the TM1SessionId_ cookie manually.

    For /pacontent/* queries I also have the following header set up:

    From which the value is fetched from the ba-sso-csrf cookie (and no, the example doesn't match... =)
    The header might no longer be required (think as of PAW 57).



    ------------------------------
    Christer Andersson
    ------------------------------



  • 6.  RE: PAW API?

    Posted Thu February 11, 2021 04:43 PM
    Hi, Christer

    Thanks for the help and I simply replace the paSession Cookie and it works! It returned an HTML response. However, after saving it, the Chrome or any other Browser wasn't able to render them correctly. Do you have similar problems? Also, I wonder if you have practical applications from pacontent end point? Thank you very much.


    ------------------------------
    mvp morgan
    ------------------------------