Forum Discussion
gdecome
6 years agoHelper III
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
Anonymous
6 years agoNot 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
5 years agoNot 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 😧
- gdecome5 years agoHelper 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.