Forum Discussion

gdecome's avatar
gdecome
Helper III
6 years ago

Access to Medallia with APIs

Hi team ... anyone with experience accessing Medallia system through APIs? I already have the credentials and I´m looking for some tips to expedite the process on my side. Thanks

10 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    If you use sqlQuery = "describe table survey", it'll be possible to find all keys that you want 

     

    Thank you for your post gdecome, it was very useful

    • Anonymous's avatar
      Anonymous
      Not applicable

      Is there a specific query to get all the "raw" data? I was looking at the medallia API guide but I just don't know how to get field by field. I'm a beginner at programming 😧

      • gdecome's avatar
        gdecome
        Helper III

        There are SQL statements you can use in the query (body) to get characteristics of the tables like column names (need to investigate). Anyway, I don´t think you are able to create a query with more than 100 fields. If you need more than this in your table, need to build more than one query and combine them at the end.

    • gdecome's avatar
      gdecome
      Helper III

      Thank you ... in fact a connector would be good, but the API works. Just trying to find someone who could give some tips on how to use them.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi gdecome did you find a solution for this issue?

         

        I'm also trying to connect Medallia to Power BI. In the absence of a connector, a connection via API could be a solution like you said.

  • Anonymous's avatar
    Anonymous
    Not applicable

    just out of curiosity (I only know the name of Medallia), what is the reason or the usefulness to access Medallia data and process them in PQ? More precisely, is there something that can be done (or can be done more easily) in PQ and cannot be done in the same way in Medallia?

    • gdecome's avatar
      gdecome
      Helper III

      I need to create a consolidate report with data from different sources (Medallia, Sales, Finance) and then I use PQ to do that