Forum Discussion

2 Replies

  • Do you mean the expanded URL of a report - like when you open a report - you can see the expanded URL with the query, clist, slist etc? If the answer is yes - the answer depends on where you're trying to get it from. If its an existing query - like qid=48 - you can just do a API_DoQuery and while it won't return the same format - you can parse all that info out of the XML response. That won't apply though if you're trying to access a temporary report (like one you just display instead of saving)


    Chayce Duncan | Technical Lead
    (720) 739-1406 | chayceduncan@quandarycg.com
    Quandary Knowledge Base
    • JBJB's avatar
      JBJB
      Qrew Trainee
      Got it. Thank you. API get schema actually gives the expanded url but broken down. So just a little parsing solves the problem.